Html Css Color HEX #AAA525 Earls Green

📋 copy color: '#AAA525'

red 170 ◦ green 165 ◦ blue 37

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

Shades of Earls Green #AAA525

Tints of Earls Green #AAA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.95%

R = 45.7%
G = 44.35%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AAA525 (or 0xAAA525) is known color: Earls Green. HEX triplet: AA, A5 and 25. RGB value is (170,165,37). Sum of RGB (Red+Green+Blue) = 170+165+37=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA525 is #555ADA. Grayscale: #989898. Windows color (decimal): -5593819 or 2467242. OLE color: 2467242.

HSL color Cylindrical-coordinate representation of color #AAA525: hue angle of 57.74º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAA525 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 37 -
CMYK 0 0.03 0.78 0.33
HSL 57.74º 0.64% 0.41% -
HSV(B) 57.74º 0.78% 0.67% -
XYZ 30.37 35.59 7.02 -
YUV 151.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 170 165 37 0 0.03 0.78 0.33 57.74 0.64 0.41
Hex AA A5 25 0 3 4E 21 3A 40 29
Octal 252 245 45 0 3 116 41 72 100 51
Binary 10101010 10100101 100101 0 11 1001110 100001 111010 1000000 101001

Color Harmonies of #AAA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA525

Black with #AAA525

Text Example


Text Example

White with #AAA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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