Color Hex Logo

#aa280a Color Hex

#AA280A
(170,40,10)
0 Favorites   0 Comments

Color spaces of #aa280a

RGB 1704010
HSL0.030.890.35
HSV11°94°67°
CMYK 0.000.760.94   0.33
XYZ17.391110.08551.3173
Yxy10.08550.60400.3503
Hunter Lab31.757742.174019.7710
CIE-Lab37.995451.118047.1823

#aa280a color RGB value is (170,40,10).

#aa280a hex color red value is 170, green value is 40 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aa280a hue: 0.03 , saturation: 0.89 and the lightness value of aa280a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101000 00001010
Octal 252 50 12
Decimal 170 40 10
Hex AA 28 A

RGB Percentages of Color #aa280a

%77.27
%18.18
%4.55

CMYK Percentages of Color #aa280a

%0
%76
%94
%33

Triadic Colors of #aa280a

#aa280a #0aaa28 #280aaa

Analogous Colors of #aa280a

#aa280a #aa780a #aa0a3c

Monochromatic Colors of #aa280a

#aa280a

Complementary Color

#aa280a #0a8caa

#aa280a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa280a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa280a Color CSS Codes

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

#aa280a Text Font Color

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

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


#aa280a Background Color

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

This div background color is #aa280a


#aa280a Border Color

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

This div border color is #aa280a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa280a


Comments

No comments written yet.

Please login to write comment.