Html Css Color HEX #AAA888 Neutral Green

📋 copy color: '#AAA888'

red 170 ◦ green 168 ◦ blue 136

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

Shades of Neutral Green #AAA888

Tints of Neutral Green #AAA888

RGB

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

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

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

R = 35.86%
G = 35.44%
B = 28.69%

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

#AAA888 (or 0xAAA888) is known color: Neutral Green. HEX triplet: AA, A8 and 88. RGB value is (170,168,136). Sum of RGB (Red+Green+Blue) = 170+168+136=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA888 is #555777. Grayscale: #A5A5A5. Windows color (decimal): -5592952 or 8956074. OLE color: 8956074.

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

Color convert

RGB 170 168 136 -
CMYK 0 0.01 0.20 0.33
HSL 56.47º 0.17% 0.6% -
HSV(B) 56.47º 0.2% 0.67% -
XYZ 35.02 38.33 28.84 -
YUV 164.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 170 168 136 0 0.01 0.20 0.33 56.47 0.17 0.6
Hex AA A8 88 0 1 14 21 38 11 3C
Octal 252 250 210 0 1 24 41 70 21 74
Binary 10101010 10101000 10001000 0 1 10100 100001 111000 10001 111100

Color Harmonies of #AAA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA888

Black with #AAA888

Text Example


Text Example

White with #AAA888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA888; }

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

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

background-color css

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

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

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

border-color css

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

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

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