#aaa91f

Color #AAA91F Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #AAA91F

Tints of Earls Green #AAA91F

Color information

#AAA91F (or 0xAAA91F) is unknown color: approx Earls Green. HEX triplet: AA, A9 and 1F. RGB value is (170,169,31). Sum of RGB (Red+Green+Blue) = 170+169+31=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA91F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA91F is #5556E0. Grayscale: #9A9A9A. Windows color (decimal): -5592801 or 2075050. OLE color: 2075050.

HSL color Cylindrical-coordinate representation of color #AAA91F: hue angle of 59.57º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA91F is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17016931-
CMYK00.010.820.33
HSL59.57º69.15%39.41%-
HSV(B)59.57º81.76%66.67%-
XYZ31.0137.026.81-
YUV153.5758.83139.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 31 (12.5% from 255) = 8.38%
R=45.95%
G=45.68%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701693100.010.820.3359.5769.1539.41
HexAAA91F0152213c4527
Octal2522513701122417410547
Binary1010101010101001111110110100101000011111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaa91f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaa91f; }

 p { color: rgb(170,169,31); }

 H1.HeaderClassName
 {
   color: #aaa91f;
 }
 .AnyTagClassName
 {
   color: #aaa91f;
 }
</style>
background-color css

<style>
 a { background-color: #aaa91f; }

 a { background-color: rgb(170,169,31); }

 div.DivClassName
 {
   background-color: #aaa91f;
 }
 .BgClassName
 {
   background-color: #aaa91f;
 }
</style>
border-color css

<style>
 span { border-color: #aaa91f; }

 span { border-color: rgb(170,169,31); }

 td.TdClassName
 {
   border-color: #aaa91f;
 }
 .TagClassName
 {
   border-color: #aaa91f;
 }
</style>