Html Css Color HEX #AAA688 Neutral Green

📋 copy color: '#AAA688'

red 170 ◦ green 166 ◦ blue 136

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

Shades of Neutral Green #AAA688

Tints of Neutral Green #AAA688

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

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

R = 36.02%
G = 35.17%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAA688 (or 0xAAA688) is known color: Neutral Green. HEX triplet: AA, A6 and 88. RGB value is (170,166,136). Sum of RGB (Red+Green+Blue) = 170+166+136=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA688 is #555977. Grayscale: #A3A3A3. Windows color (decimal): -5593464 or 8955562. OLE color: 8955562.

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

Color convert

RGB 170 166 136 -
CMYK 0 0.02 0.20 0.33
HSL 52.94º 0.17% 0.6% -
HSV(B) 52.94º 0.2% 0.67% -
XYZ 34.66 37.6 28.72 -
YUV 163.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 170 166 136 0 0.02 0.20 0.33 52.94 0.17 0.6
Hex AA A6 88 0 2 14 21 35 11 3C
Octal 252 246 210 0 2 24 41 65 21 74
Binary 10101010 10100110 10001000 0 10 10100 100001 110101 10001 111100

Color Harmonies of #AAA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA688

Black with #AAA688

Text Example


Text Example

White with #AAA688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA688; }

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

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

background-color css

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

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

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

border-color css

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

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

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