Html Css Color HEX #AAA728 Earls Green

📋 copy color: '#AAA728'

red 170 ◦ green 167 ◦ blue 40

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

Shades of Earls Green #AAA728

Tints of Earls Green #AAA728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

 BLUE value IS 40 (16.02% from 255) = 10.61%

R = 45.09%
G = 44.3%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AAA728 (or 0xAAA728) is known color: Earls Green. HEX triplet: AA, A7 and 28. RGB value is (170,167,40). Sum of RGB (Red+Green+Blue) = 170+167+40=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA728 is #5558D7. Grayscale: #999999. Windows color (decimal): -5593304 or 2664362. OLE color: 2664362.

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

Color convert

RGB 170 167 40 -
CMYK 0 0.02 0.76 0.33
HSL 58.62º 0.62% 0.41% -
HSV(B) 58.62º 0.76% 0.67% -
XYZ 30.78 36.34 7.4 -
YUV 153.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 170 167 40 0 0.02 0.76 0.33 58.62 0.62 0.41
Hex AA A7 28 0 2 4C 21 3B 3E 29
Octal 252 247 50 0 2 114 41 73 76 51
Binary 10101010 10100111 101000 0 10 1001100 100001 111011 111110 101001

Color Harmonies of #AAA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA728

Black with #AAA728

Text Example


Text Example

White with #AAA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA728; }

 p { color: rgb(170,167,40); }

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

background-color css

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

 a { background-color: rgb(170,167,40); }

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

border-color css

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

 span { border-color: rgb(170,167,40); }

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