Color Hex Logo

#a28828 Color Hex

#A28828
(162,136,40)
0 Favorites   0 Comments

Color spaces of #a28828

RGB 16213640
HSL0.130.600.40
HSV47°75°64°
CMYK 0.000.160.75   0.36
XYZ24.087525.44295.6489
Yxy25.44290.43650.4611
Hunter Lab50.4410-3.031028.6688
CIE-Lab57.5044-0.416452.1388

#a28828 color RGB value is (162,136,40).

#a28828 hex color red value is 162, green value is 136 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a28828 hue: 0.13 , saturation: 0.60 and the lightness value of a28828 is 0.40.

The process color (four color CMYK) of #a28828 color hex is 0.00, 0.16, 0.75, 0.36. Web safe color of #a28828 is #999933. Color #a28828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001000 00101000
Octal 242 210 50
Decimal 162 136 40
Hex A2 88 28

RGB Percentages of Color #a28828

%47.93
%40.24
%11.83

CMYK Percentages of Color #a28828

%0
%16
%75
%36

Triadic Colors of #a28828

#a28828 #28a288 #8828a2

Analogous Colors of #a28828

#a28828 #7fa228 #a24b28

Monochromatic Colors of #a28828

#a28828

Complementary Color

#a28828 #2842a2

#a28828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28828 Color CSS Codes

.mybgcolor {background-color:#a28828; } 
.myforecolor {color:#a28828; }
.mybordercolor {border:3px solid #a28828; }

#a28828 Text Font Color

<p style="color:#a28828">Text here</p>

This sample text font color is #a28828
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a28828 Background Color

<div style="background-color:#a28828">
Div content here</div>

This div background color is #a28828


#a28828 Border Color

<div style="border:3px solid #a28828">
Div here</div>

This div border color is #a28828


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,136,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a28828; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a28828;
  -webkit-box-shadow: 1px 1px 3px 2px #a28828;
  box-shadow:         1px 1px 3px 2px #a28828; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,136,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a28828">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a28828;
  -webkit-box-shadow: 1px 1px 3px 2px #a28828;
  box-shadow:         1px 1px 3px 2px #a28828;">
Div content here</div>

This div box has shadow with color #a28828


Comments

No comments written yet.

Please login to write comment.