Html Css Color HEX #AAA82A Earls Green

📋 copy color: '#AAA82A'

red 170 ◦ green 168 ◦ blue 42

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

Shades of Earls Green #AAA82A

Tints of Earls Green #AAA82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 44.74%
G = 44.21%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AAA82A (or 0xAAA82A) is known color: Earls Green. HEX triplet: AA, A8 and 2A. RGB value is (170,168,42). Sum of RGB (Red+Green+Blue) = 170+168+42=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA82A is #5557D5. Grayscale: #9A9A9A. Windows color (decimal): -5593046 or 2795690. OLE color: 2795690.

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

Color convert

RGB 170 168 42 -
CMYK 0 0.01 0.75 0.33
HSL 59.06º 0.6% 0.42% -
HSV(B) 59.06º 0.75% 0.67% -
XYZ 31 36.72 7.64 -
YUV 154.23 64.66 139.25 -
System Red Green Blue C M Y K H S L
Decimal 170 168 42 0 0.01 0.75 0.33 59.06 0.6 0.42
Hex AA A8 2A 0 1 4B 21 3B 3C 2A
Octal 252 250 52 0 1 113 41 73 74 52
Binary 10101010 10101000 101010 0 1 1001011 100001 111011 111100 101010

Color Harmonies of #AAA82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA82A

Black with #AAA82A

Text Example


Text Example

White with #AAA82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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