Html Css Color HEX #AAAA29 Earls Green

📋 copy color: '#AAAA29'

red 170 ◦ green 170 ◦ blue 41

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

Shades of Earls Green #AAAA29

Tints of Earls Green #AAAA29

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.62%

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

R = 44.62%
G = 44.62%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AAAA29 (or 0xAAAA29) is known color: Earls Green. HEX triplet: AA, AA and 29. RGB value is (170,170,41). Sum of RGB (Red+Green+Blue) = 170+170+41=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA29 is #5555D6. Grayscale: #9B9B9B. Windows color (decimal): -5592535 or 2730666. OLE color: 2730666.

HSL color Cylindrical-coordinate representation of color #AAAA29: hue angle of 60º degrees, saturation: 0.61, 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 #AAAA29 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 41 -
CMYK 0 0 0.76 0.33
HSL 60º 0.61% 0.41% -
HSV(B) 60º 0.76% 0.67% -
XYZ 31.35 37.46 7.68 -
YUV 155.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 170 170 41 0 0 0.76 0.33 60 0.61 0.41
Hex AA AA 29 0 0 4C 21 3C 3D 29
Octal 252 252 51 0 0 114 41 74 75 51
Binary 10101010 10101010 101001 0 0 1001100 100001 111100 111101 101001

Color Harmonies of #AAAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA29

Black with #AAAA29

Text Example


Text Example

White with #AAAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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