Html Css Color HEX #AAA929 Earls Green

📋 copy color: '#AAA929'

red 170 ◦ green 169 ◦ blue 41

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

Shades of Earls Green #AAA929

Tints of Earls Green #AAA929

RGB

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

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

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

R = 44.74%
G = 44.47%
B = 10.79%

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

#AAA929 (or 0xAAA929) is known color: Earls Green. HEX triplet: AA, A9 and 29. RGB value is (170,169,41). Sum of RGB (Red+Green+Blue) = 170+169+41=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA929 is #5556D6. Grayscale: #9B9B9B. Windows color (decimal): -5592791 or 2730410. OLE color: 2730410.

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

Color convert

RGB 170 169 41 -
CMYK 0 0.01 0.76 0.33
HSL 59.53º 0.61% 0.41% -
HSV(B) 59.53º 0.76% 0.67% -
XYZ 31.17 37.08 7.61 -
YUV 154.71 63.83 138.91 -
System Red Green Blue C M Y K H S L
Decimal 170 169 41 0 0.01 0.76 0.33 59.53 0.61 0.41
Hex AA A9 29 0 1 4C 21 3C 3D 29
Octal 252 251 51 0 1 114 41 74 75 51
Binary 10101010 10101001 101001 0 1 1001100 100001 111100 111101 101001

Color Harmonies of #AAA929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA929

Black with #AAA929

Text Example


Text Example

White with #AAA929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA929; }

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

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

background-color css

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

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

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

border-color css

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

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

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