Html Css Color HEX #AAA876 Neutral Green

📋 copy color: '#AAA876'

red 170 ◦ green 168 ◦ blue 118

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

Shades of Neutral Green #AAA876

Tints of Neutral Green #AAA876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 37.28%
G = 36.84%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AAA876 (or 0xAAA876) is known color: Neutral Green. HEX triplet: AA, A8 and 76. RGB value is (170,168,118). Sum of RGB (Red+Green+Blue) = 170+168+118=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA876 is #555789. Grayscale: #A3A3A3. Windows color (decimal): -5592970 or 7776426. OLE color: 7776426.

HSL color Cylindrical-coordinate representation of color #AAA876: hue angle of 57.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA876 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 168 118 -
CMYK 0 0.01 0.31 0.33
HSL 57.69º 0.23% 0.56% -
HSV(B) 57.69º 0.31% 0.67% -
XYZ 33.85 37.86 22.66 -
YUV 162.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 170 168 118 0 0.01 0.31 0.33 57.69 0.23 0.56
Hex AA A8 76 0 1 1F 21 3A 17 38
Octal 252 250 166 0 1 37 41 72 27 70
Binary 10101010 10101000 1110110 0 1 11111 100001 111010 10111 111000

Color Harmonies of #AAA876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA876

Black with #AAA876

Text Example


Text Example

White with #AAA876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA876; }

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

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

background-color css

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

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

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

border-color css

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

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

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