Html Css Color HEX #AAA822 Earls Green

📋 copy color: '#AAA822'

red 170 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #AAA822

Tints of Earls Green #AAA822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.14%

R = 45.7%
G = 45.16%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AAA822 (or 0xAAA822) is known color: Earls Green. HEX triplet: AA, A8 and 22. RGB value is (170,168,34). Sum of RGB (Red+Green+Blue) = 170+168+34=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA822 is #5557DD. Grayscale: #999999. Windows color (decimal): -5593054 or 2271402. OLE color: 2271402.

HSL color Cylindrical-coordinate representation of color #AAA822: hue angle of 59.12º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAA822 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 34 -
CMYK 0 0.01 0.80 0.33
HSL 59.12º 0.67% 0.4% -
HSV(B) 59.12º 0.8% 0.67% -
XYZ 30.87 36.67 6.96 -
YUV 153.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 170 168 34 0 0.01 0.80 0.33 59.12 0.67 0.4
Hex AA A8 22 0 1 50 21 3B 43 28
Octal 252 250 42 0 1 120 41 73 103 50
Binary 10101010 10101000 100010 0 1 1010000 100001 111011 1000011 101000

Color Harmonies of #AAA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA822

Black with #AAA822

Text Example


Text Example

White with #AAA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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