Color Hex Logo

#aa282b Color Hex

#AA282B
(170,40,43)
0 Favorites   0 Comments

Color spaces of #aa282b

RGB 1704043
HSL1.000.620.41
HSV359°76°67°
CMYK 0.000.760.75   0.33
XYZ17.772410.23803.3249
Yxy10.23800.56720.3267
Hunter Lab31.996943.151816.2368
CIE-Lab38.266252.010331.0496

#aa282b color RGB value is (170,40,43).

#aa282b hex color red value is 170, green value is 40 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aa282b hue: 1.00 , saturation: 0.62 and the lightness value of aa282b is 0.41.

The process color (four color CMYK) of #aa282b color hex is 0.00, 0.76, 0.75, 0.33. Web safe color of #aa282b is #993333. Color #aa282b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101000 00101011
Octal 252 50 53
Decimal 170 40 43
Hex AA 28 2B

RGB Percentages of Color #aa282b

%67.19
%15.81
%17.00

CMYK Percentages of Color #aa282b

%0
%76
%75
%33

Triadic Colors of #aa282b

#aa282b #2baa28 #282baa

Analogous Colors of #aa282b

#aa282b #aa6628 #aa286c

Monochromatic Colors of #aa282b

#aa282b

Complementary Color

#aa282b #28aaa7

#aa282b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa282b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa282b Color CSS Codes

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

#aa282b Text Font Color

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

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


#aa282b Background Color

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

This div background color is #aa282b


#aa282b Border Color

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

This div border color is #aa282b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa282b


Comments

No comments written yet.

Please login to write comment.