Html Css Color HEX #AAA988 Neutral Green

📋 copy color: '#AAA988'

red 170 ◦ green 169 ◦ blue 136

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

Shades of Neutral Green #AAA988

Tints of Neutral Green #AAA988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.58%

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 35.79%
G = 35.58%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAA988 (or 0xAAA988) is known color: Neutral Green. HEX triplet: AA, A9 and 88. RGB value is (170,169,136). Sum of RGB (Red+Green+Blue) = 170+169+136=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA988 is #555677. Grayscale: #A5A5A5. Windows color (decimal): -5592696 or 8956330. OLE color: 8956330.

HSL color Cylindrical-coordinate representation of color #AAA988: hue angle of 58.24º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA988 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 136 -
CMYK 0 0.01 0.20 0.33
HSL 58.24º 0.17% 0.6% -
HSV(B) 58.24º 0.2% 0.67% -
XYZ 35.21 38.7 28.91 -
YUV 165.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 170 169 136 0 0.01 0.20 0.33 58.24 0.17 0.6
Hex AA A9 88 0 1 14 21 3A 11 3C
Octal 252 251 210 0 1 24 41 72 21 74
Binary 10101010 10101001 10001000 0 1 10100 100001 111010 10001 111100

Color Harmonies of #AAA988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA988

Black with #AAA988

Text Example


Text Example

White with #AAA988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA988; }

 p { color: rgb(170,169,136); }

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

background-color css

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

 a { background-color: rgb(170,169,136); }

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

border-color css

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

 span { border-color: rgb(170,169,136); }

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