color codes Logo

#aa920e color codes

#AA920E
(170,146,14)
0 Favorites   0 Comments

Color spaces of #aa920e

RGB 17014614
HSL0.140.850.36
HSV51°92°67°
CMYK 0.000.140.92   0.33
XYZ26.935729.13554.6195
Yxy29.13550.44380.4801
Hunter Lab53.9773-5.385432.7099
CIE-Lab60.9010-3.047262.8330

#aa920e color RGB value is (170,146,14).

#aa920e hex color red value is 170, green value is 146 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa920e hue: 0.14 , saturation: 0.85 and the lightness value of aa920e is 0.36.

The process color (four color CMYK) of #aa920e color code is 0.00, 0.14, 0.92, 0.33. Web safe color of #aa920e is #999900. Color #aa920e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010010 00001110
Octal 252 222 16
Decimal 170 146 14
Hex AA 92 E

RGB Percentages of Color #aa920e

%51.52
%44.24
%4.24

CMYK Percentages of Color #aa920e

%0
%14
%92
%33

Triadic Colors of #aa920e

#aa920e #0eaa92 #920eaa

Analogous Colors of #aa920e

#aa920e #74aa0e #aa440e

Monochromatic Colors of #aa920e

#aa920e

Complementary Color

#aa920e #0e26aa

#aa920e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa920e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa920e Color CSS Codes

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

#aa920e Text Font Color

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

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


#aa920e Background Color

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

This div background color is #aa920e


#aa920e Border Color

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

This div border color is #aa920e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa920e


Comments

No comments written yet.

Please login to write comment.