Html Css Color HEX #AAA825 Earls Green

📋 copy color: '#AAA825'

red 170 ◦ green 168 ◦ blue 37

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

Shades of Earls Green #AAA825

Tints of Earls Green #AAA825

RGB

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

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

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

R = 45.33%
G = 44.8%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AAA825 (or 0xAAA825) is known color: Earls Green. HEX triplet: AA, A8 and 25. RGB value is (170,168,37). Sum of RGB (Red+Green+Blue) = 170+168+37=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA825 is #5557DA. Grayscale: #9A9A9A. Windows color (decimal): -5593051 or 2468010. OLE color: 2468010.

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

Color convert

RGB 170 168 37 -
CMYK 0 0.01 0.78 0.33
HSL 59.1º 0.64% 0.41% -
HSV(B) 59.1º 0.78% 0.67% -
XYZ 30.91 36.68 7.2 -
YUV 153.66 62.16 139.65 -
System Red Green Blue C M Y K H S L
Decimal 170 168 37 0 0.01 0.78 0.33 59.1 0.64 0.41
Hex AA A8 25 0 1 4E 21 3B 40 29
Octal 252 250 45 0 1 116 41 73 100 51
Binary 10101010 10101000 100101 0 1 1001110 100001 111011 1000000 101001

Color Harmonies of #AAA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA825

Black with #AAA825

Text Example


Text Example

White with #AAA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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