Color Hex Logo

#aa430b Color Hex

#AA430B
(170,67,11)
0 Favorites   0 Comments

Color spaces of #aa430b

RGB 1706711
HSL0.060.880.35
HSV21°94°67°
CMYK 0.000.610.94   0.33
XYZ18.645112.58451.7630
Yxy12.58450.56510.3814
Hunter Lab35.474631.737121.8857
CIE-Lab42.130439.959849.6275

#aa430b color RGB value is (170,67,11).

#aa430b hex color red value is 170, green value is 67 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aa430b hue: 0.06 , saturation: 0.88 and the lightness value of aa430b is 0.35.

The process color (four color CMYK) of #aa430b color hex is 0.00, 0.61, 0.94, 0.33. Web safe color of #aa430b is #993300. Color #aa430b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 00001011
Octal 252 103 13
Decimal 170 67 11
Hex AA 43 B

RGB Percentages of Color #aa430b

%68.55
%27.02
%4.44

CMYK Percentages of Color #aa430b

%0
%61
%94
%33

Triadic Colors of #aa430b

#aa430b #0baa43 #430baa

Analogous Colors of #aa430b

#aa430b #aa930b #aa0b22

Monochromatic Colors of #aa430b

#aa430b

Complementary Color

#aa430b #0b72aa

#aa430b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa430b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa430b Color CSS Codes

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

#aa430b Text Font Color

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

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


#aa430b Background Color

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

This div background color is #aa430b


#aa430b Border Color

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

This div border color is #aa430b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa430b


Comments

No comments written yet.

Please login to write comment.