Html Css Color HEX #AAA52A Earls Green

📋 copy color: '#AAA52A'

red 170 ◦ green 165 ◦ blue 42

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

Shades of Earls Green #AAA52A

Tints of Earls Green #AAA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.77%

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

R = 45.09%
G = 43.77%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AAA52A (or 0xAAA52A) is known color: Earls Green. HEX triplet: AA, A5 and 2A. RGB value is (170,165,42). Sum of RGB (Red+Green+Blue) = 170+165+42=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA52A is #555AD5. Grayscale: #989898. Windows color (decimal): -5593814 or 2794922. OLE color: 2794922.

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

Color convert

RGB 170 165 42 -
CMYK 0 0.03 0.75 0.33
HSL 57.66º 0.6% 0.42% -
HSV(B) 57.66º 0.75% 0.67% -
XYZ 30.45 35.62 7.46 -
YUV 152.47 65.66 140.5 -
System Red Green Blue C M Y K H S L
Decimal 170 165 42 0 0.03 0.75 0.33 57.66 0.6 0.42
Hex AA A5 2A 0 3 4B 21 3A 3C 2A
Octal 252 245 52 0 3 113 41 72 74 52
Binary 10101010 10100101 101010 0 11 1001011 100001 111010 111100 101010

Color Harmonies of #AAA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA52A

Black with #AAA52A

Text Example


Text Example

White with #AAA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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