Color Hex Logo

#aa931b Color Hex

#AA931B
(170,147,27)
0 Favorites   0 Comments

Color spaces of #aa931b

RGB 17014727
HSL0.140.730.39
HSV50°84°67°
CMYK 0.000.140.84   0.33
XYZ27.209129.49265.2955
Yxy29.49260.43890.4757
Hunter Lab54.3071-5.604832.2336
CIE-Lab61.2139-3.288560.1236

#aa931b color RGB value is (170,147,27).

#aa931b hex color red value is 170, green value is 147 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aa931b hue: 0.14 , saturation: 0.73 and the lightness value of aa931b is 0.39.

The process color (four color CMYK) of #aa931b color hex is 0.00, 0.14, 0.84, 0.33. Web safe color of #aa931b is #999933. Color #aa931b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010011 00011011
Octal 252 223 33
Decimal 170 147 27
Hex AA 93 1B

RGB Percentages of Color #aa931b

%49.42
%42.73
%7.85

CMYK Percentages of Color #aa931b

%0
%14
%84
%33

Triadic Colors of #aa931b

#aa931b #1baa93 #931baa

Analogous Colors of #aa931b

#aa931b #7aaa1b #aa4b1b

Monochromatic Colors of #aa931b

#aa931b

Complementary Color

#aa931b #1b32aa

#aa931b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa931b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa931b Color CSS Codes

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

#aa931b Text Font Color

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

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


#aa931b Background Color

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

This div background color is #aa931b


#aa931b Border Color

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

This div border color is #aa931b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa931b


Comments

No comments written yet.

Please login to write comment.