Html Css Color HEX #AAA488 Neutral Green

📋 copy color: '#AAA488'

red 170 ◦ green 164 ◦ blue 136

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

Shades of Neutral Green #AAA488

Tints of Neutral Green #AAA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.89%

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

R = 36.17%
G = 34.89%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAA488 (or 0xAAA488) is known color: Neutral Green. HEX triplet: AA, A4 and 88. RGB value is (170,164,136). Sum of RGB (Red+Green+Blue) = 170+164+136=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA488 is #555B77. Grayscale: #A2A2A2. Windows color (decimal): -5593976 or 8955050. OLE color: 8955050.

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

Color convert

RGB 170 164 136 -
CMYK 0 0.04 0.20 0.33
HSL 49.41º 0.17% 0.6% -
HSV(B) 49.41º 0.2% 0.67% -
XYZ 34.3 36.87 28.6 -
YUV 162.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 170 164 136 0 0.04 0.20 0.33 49.41 0.17 0.6
Hex AA A4 88 0 4 14 21 31 11 3C
Octal 252 244 210 0 4 24 41 61 21 74
Binary 10101010 10100100 10001000 0 100 10100 100001 110001 10001 111100

Color Harmonies of #AAA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA488

Black with #AAA488

Text Example


Text Example

White with #AAA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA488; }

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

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

background-color css

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

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

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

border-color css

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

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

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