Html Css Color HEX #AAA928 Earls Green

📋 copy color: '#AAA928'

red 170 ◦ green 169 ◦ blue 40

#AAA928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AAA928

Tints of Earls Green #AAA928

RGB

 RED value IS 170 (66.8% from 255) = 44.85%

 GREEN value IS 169 (66.41% from 255) = 44.59%

 BLUE value IS 40 (16.02% from 255) = 10.55%

R = 44.85%
G = 44.59%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AAA928 (or 0xAAA928) is known color: Earls Green. HEX triplet: AA, A9 and 28. RGB value is (170,169,40). Sum of RGB (Red+Green+Blue) = 170+169+40=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA928 is #5556D7. Grayscale: #9B9B9B. Windows color (decimal): -5592792 or 2664874. OLE color: 2664874.

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

Color convert

RGB 170 169 40 -
CMYK 0 0.01 0.76 0.33
HSL 59.54º 0.62% 0.41% -
HSV(B) 59.54º 0.76% 0.67% -
XYZ 31.15 37.08 7.52 -
YUV 154.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 170 169 40 0 0.01 0.76 0.33 59.54 0.62 0.41
Hex AA A9 28 0 1 4C 21 3C 3E 29
Octal 252 251 50 0 1 114 41 74 76 51
Binary 10101010 10101001 101000 0 1 1001100 100001 111100 111110 101001

Color Harmonies of #AAA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA928

Black with #AAA928

Text Example


Text Example

White with #AAA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA928; }

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

 H1.HeaderClassName
 {
   color: #AAA928;
 }
 .AnyTagClassName
 {
   color: #AAA928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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