Color Hex Logo

#aa9830 Color Hex

#AA9830
(170,152,48)
0 Favorites   0 Comments

Color spaces of #aa9830

RGB 17015248
HSL0.140.560.43
HSV51°72°67°
CMYK 0.000.110.72   0.33
XYZ28.339331.21597.3279
Yxy31.21590.42370.4667
Hunter Lab55.8712-7.234831.3335
CIE-Lab62.6895-5.147654.3192

#aa9830 color RGB value is (170,152,48).

#aa9830 hex color red value is 170, green value is 152 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aa9830 hue: 0.14 , saturation: 0.56 and the lightness value of aa9830 is 0.43.

The process color (four color CMYK) of #aa9830 color hex is 0.00, 0.11, 0.72, 0.33. Web safe color of #aa9830 is #999933. Color #aa9830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 00110000
Octal 252 230 60
Decimal 170 152 48
Hex AA 98 30

RGB Percentages of Color #aa9830

%45.95
%41.08
%12.97

CMYK Percentages of Color #aa9830

%0
%11
%72
%33

Triadic Colors of #aa9830

#aa9830 #30aa98 #9830aa

Analogous Colors of #aa9830

#aa9830 #7faa30 #aa5b30

Monochromatic Colors of #aa9830

#aa9830

Complementary Color

#aa9830 #3042aa

#aa9830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9830 Color CSS Codes

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

#aa9830 Text Font Color

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

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


#aa9830 Background Color

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

This div background color is #aa9830


#aa9830 Border Color

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

This div border color is #aa9830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9830


Comments

No comments written yet.

Please login to write comment.