Html Css Color HEX #AAA526 Earls Green

📋 copy color: '#AAA526'

red 170 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #AAA526

Tints of Earls Green #AAA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 45.58%
G = 44.24%
B = 10.19%

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

#AAA526 (or 0xAAA526) is known color: Earls Green. HEX triplet: AA, A5 and 26. RGB value is (170,165,38). Sum of RGB (Red+Green+Blue) = 170+165+38=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA526 is #555AD9. Grayscale: #989898. Windows color (decimal): -5593818 or 2532778. OLE color: 2532778.

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

Color convert

RGB 170 165 38 -
CMYK 0 0.03 0.78 0.33
HSL 57.73º 0.63% 0.41% -
HSV(B) 57.73º 0.78% 0.67% -
XYZ 30.38 35.6 7.1 -
YUV 152.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 170 165 38 0 0.03 0.78 0.33 57.73 0.63 0.41
Hex AA A5 26 0 3 4E 21 3A 3F 29
Octal 252 245 46 0 3 116 41 72 77 51
Binary 10101010 10100101 100110 0 11 1001110 100001 111010 111111 101001

Color Harmonies of #AAA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA526

Black with #AAA526

Text Example


Text Example

White with #AAA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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