Html Css Color HEX #AAAF28 Earls Green

📋 copy color: '#AAAF28'

red 170 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #AAAF28

Tints of Earls Green #AAAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

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

R = 44.16%
G = 45.45%
B = 10.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AAAF28 (or 0xAAAF28) is known color: Earls Green. HEX triplet: AA, AF and 28. RGB value is (170,175,40). Sum of RGB (Red+Green+Blue) = 170+175+40=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF28 is #5550D7. Grayscale: #9E9E9E. Windows color (decimal): -5591256 or 2666410. OLE color: 2666410.

HSL color Cylindrical-coordinate representation of color #AAAF28: hue angle of 62.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAAF28 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 40 -
CMYK 0.03 0 0.77 0.31
HSL 62.22º 0.63% 0.42% -
HSV(B) 62.22º 0.77% 0.69% -
XYZ 32.29 39.36 7.9 -
YUV 158.12 61.34 136.48 -
System Red Green Blue C M Y K H S L
Decimal 170 175 40 0.03 0 0.77 0.31 62.22 0.63 0.42
Hex AA AF 28 3 0 4D 1F 3E 3F 2A
Octal 252 257 50 3 0 115 37 76 77 52
Binary 10101010 10101111 101000 11 0 1001101 11111 111110 111111 101010

Color Harmonies of #AAAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF28

Black with #AAAF28

Text Example


Text Example

White with #AAAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF28; }

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

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

background-color css

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

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

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

border-color css

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

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

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