Html Css Color HEX #AAAF29 Earls Green

📋 copy color: '#AAAF29'

red 170 ◦ green 175 ◦ blue 41

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

Shades of Earls Green #AAAF29

Tints of Earls Green #AAAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.62%

R = 44.04%
G = 45.34%
B = 10.62%

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

#AAAF29 (or 0xAAAF29) is known color: Earls Green. HEX triplet: AA, AF and 29. RGB value is (170,175,41). Sum of RGB (Red+Green+Blue) = 170+175+41=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF29 is #5550D6. Grayscale: #9E9E9E. Windows color (decimal): -5591255 or 2731946. OLE color: 2731946.

HSL color Cylindrical-coordinate representation of color #AAAF29: hue angle of 62.24º degrees, saturation: 0.62, 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 #AAAF29 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 175 41 -
CMYK 0.03 0 0.77 0.31
HSL 62.24º 0.62% 0.42% -
HSV(B) 62.24º 0.77% 0.69% -
XYZ 32.31 39.37 7.99 -
YUV 158.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 170 175 41 0.03 0 0.77 0.31 62.24 0.62 0.42
Hex AA AF 29 3 0 4D 1F 3E 3E 2A
Octal 252 257 51 3 0 115 37 76 76 52
Binary 10101010 10101111 101001 11 0 1001101 11111 111110 111110 101010

Color Harmonies of #AAAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAF29

Black with #AAAF29

Text Example


Text Example

White with #AAAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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