Html Css Color HEX #AAA829 Earls Green

📋 copy color: '#AAA829'

red 170 ◦ green 168 ◦ blue 41

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

Shades of Earls Green #AAA829

Tints of Earls Green #AAA829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.33%

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

R = 44.85%
G = 44.33%
B = 10.82%

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

#AAA829 (or 0xAAA829) is known color: Earls Green. HEX triplet: AA, A8 and 29. RGB value is (170,168,41). Sum of RGB (Red+Green+Blue) = 170+168+41=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA829 is #5557D6. Grayscale: #9A9A9A. Windows color (decimal): -5593047 or 2730154. OLE color: 2730154.

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

Color convert

RGB 170 168 41 -
CMYK 0 0.01 0.76 0.33
HSL 59.07º 0.61% 0.41% -
HSV(B) 59.07º 0.76% 0.67% -
XYZ 30.98 36.71 7.55 -
YUV 154.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 170 168 41 0 0.01 0.76 0.33 59.07 0.61 0.41
Hex AA A8 29 0 1 4C 21 3B 3D 29
Octal 252 250 51 0 1 114 41 73 75 51
Binary 10101010 10101000 101001 0 1 1001100 100001 111011 111101 101001

Color Harmonies of #AAA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA829

Black with #AAA829

Text Example


Text Example

White with #AAA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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