Color Hex Logo

#aaa830 Color Hex

#AAA830
(170,168,48)
0 Favorites   0 Comments

Color spaces of #aaa830

RGB 17016848
HSL0.160.560.43
HSV59°72°67°
CMYK 0.000.010.72   0.33
XYZ31.113736.76478.2527
Yxy36.76470.40870.4829
Hunter Lab60.6339-14.513834.3739
CIE-Lab67.1001-13.596258.6361

#aaa830 color RGB value is (170,168,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 00110000
Octal 252 250 60
Decimal 170 168 48
Hex AA A8 30

RGB Percentages of Color #aaa830

%44.04
%43.52
%12.44

CMYK Percentages of Color #aaa830

%0
%1
%72
%33

Triadic Colors of #aaa830

#aaa830 #30aaa8 #a830aa

Analogous Colors of #aaa830

#aaa830 #6faa30 #aa6b30

Monochromatic Colors of #aaa830

#aaa830

Complementary Color

#aaa830 #3032aa

#aaa830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa830 Color CSS Codes

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

#aaa830 Text Font Color

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

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


#aaa830 Background Color

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

This div background color is #aaa830


#aaa830 Border Color

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

This div border color is #aaa830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa830


Comments

No comments written yet.

Please login to write comment.