Color Hex Logo

#aaa230 Color Hex

#AAA230
(170,162,48)
0 Favorites   0 Comments

Color spaces of #aaa230

RGB 17016248
HSL0.160.560.43
HSV56°72°67°
CMYK 0.000.050.72   0.33
XYZ30.031434.60017.8920
Yxy34.60010.41410.4771
Hunter Lab58.8218-11.805433.2205
CIE-Lab65.4361-10.466657.0187

#aaa230 color RGB value is (170,162,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 00110000
Octal 252 242 60
Decimal 170 162 48
Hex AA A2 30

RGB Percentages of Color #aaa230

%44.74
%42.63
%12.63

CMYK Percentages of Color #aaa230

%0
%5
%72
%33

Triadic Colors of #aaa230

#aaa230 #30aaa2 #a230aa

Analogous Colors of #aaa230

#aaa230 #75aa30 #aa6530

Monochromatic Colors of #aaa230

#aaa230

Complementary Color

#aaa230 #3038aa

#aaa230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa230 Color CSS Codes

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

#aaa230 Text Font Color

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

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


#aaa230 Background Color

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

This div background color is #aaa230


#aaa230 Border Color

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

This div border color is #aaa230


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,162,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 #aaa230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa230


Comments

No comments written yet.

Please login to write comment.