Color Hex Logo

#a28628 Color Hex

#A28628
(162,134,40)
0 Favorites   0 Comments

Color spaces of #a28628

RGB 16213440
HSL0.130.600.40
HSV46°75°64°
CMYK 0.000.170.75   0.36
XYZ23.808424.88485.5559
Yxy24.88480.43890.4587
Hunter Lab49.8847-2.105728.3158
CIE-Lab56.96300.690551.6169

#a28628 color RGB value is (162,134,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000110 00101000
Octal 242 206 50
Decimal 162 134 40
Hex A2 86 28

RGB Percentages of Color #a28628

%48.21
%39.88
%11.90

CMYK Percentages of Color #a28628

%0
%17
%75
%36

Triadic Colors of #a28628

#a28628 #28a286 #8628a2

Analogous Colors of #a28628

#a28628 #81a228 #a24928

Monochromatic Colors of #a28628

#a28628

Complementary Color

#a28628 #2844a2

#a28628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28628 Color CSS Codes

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

#a28628 Text Font Color

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

This sample text font color is #a28628
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.


#a28628 Background Color

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

This div background color is #a28628


#a28628 Border Color

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

This div border color is #a28628


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,134,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 #a28628">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28628


Comments

No comments written yet.

Please login to write comment.