Color Hex Logo

#aaa638 Color Hex

#AAA638
(170,166,56)
0 Favorites   0 Comments

Color spaces of #aaa638

RGB 17016656
HSL0.160.500.44
HSV58°67°67°
CMYK 0.000.020.67   0.33
XYZ30.927636.10409.0801
Yxy36.10400.40630.4744
Hunter Lab60.0866-13.274633.1009
CIE-Lab66.5993-12.125955.0337

#aaa638 color RGB value is (170,166,56).

#aaa638 hex color red value is 170, green value is 166 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aaa638 hue: 0.16 , saturation: 0.50 and the lightness value of aaa638 is 0.44.

The process color (four color CMYK) of #aaa638 color hex is 0.00, 0.02, 0.67, 0.33. Web safe color of #aaa638 is #999933. Color #aaa638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00111000
Octal 252 246 70
Decimal 170 166 56
Hex AA A6 38

RGB Percentages of Color #aaa638

%43.37
%42.35
%14.29

CMYK Percentages of Color #aaa638

%0
%2
%67
%33

Triadic Colors of #aaa638

#aaa638 #38aaa6 #a638aa

Analogous Colors of #aaa638

#aaa638 #75aa38 #aa6d38

Monochromatic Colors of #aaa638

#aaa638

Complementary Color

#aaa638 #383caa

#aaa638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa638 Color CSS Codes

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

#aaa638 Text Font Color

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

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


#aaa638 Background Color

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

This div background color is #aaa638


#aaa638 Border Color

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

This div border color is #aaa638


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,166,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaa638; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaa638;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa638;
  box-shadow:         1px 1px 3px 2px #aaa638; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,166,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa638


Comments

No comments written yet.

Please login to write comment.