Color Hex Logo

#aa3023 Color Hex

#AA3023
(170,48,35)
0 Favorites   0 Comments

Color spaces of #aa3023

RGB 1704835
HSL0.020.660.40
HSV79°67°
CMYK 0.000.720.79   0.33
XYZ17.937910.78132.7257
Yxy10.78130.57050.3429
Hunter Lab32.834940.054618.0626
CIE-Lab39.209748.828636.6828

#aa3023 color RGB value is (170,48,35).

#aa3023 hex color red value is 170, green value is 48 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #aa3023 hue: 0.02 , saturation: 0.66 and the lightness value of aa3023 is 0.40.

The process color (four color CMYK) of #aa3023 color hex is 0.00, 0.72, 0.79, 0.33. Web safe color of #aa3023 is #993333. Color #aa3023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 00100011
Octal 252 60 43
Decimal 170 48 35
Hex AA 30 23

RGB Percentages of Color #aa3023

%67.19
%18.97
%13.83

CMYK Percentages of Color #aa3023

%0
%72
%79
%33

Triadic Colors of #aa3023

#aa3023 #23aa30 #3023aa

Analogous Colors of #aa3023

#aa3023 #aa7423 #aa235a

Monochromatic Colors of #aa3023

#aa3023

Complementary Color

#aa3023 #239daa

#aa3023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3023 Color CSS Codes

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

#aa3023 Text Font Color

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

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


#aa3023 Background Color

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

This div background color is #aa3023


#aa3023 Border Color

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

This div border color is #aa3023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3023


Comments

No comments written yet.

Please login to write comment.