Html Css Color HEX #AAA588 Neutral Green

📋 copy color: '#AAA588'

red 170 ◦ green 165 ◦ blue 136

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

Shades of Neutral Green #AAA588

Tints of Neutral Green #AAA588

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.03%

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

R = 36.09%
G = 35.03%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AAA588 (or 0xAAA588) is known color: Neutral Green. HEX triplet: AA, A5 and 88. RGB value is (170,165,136). Sum of RGB (Red+Green+Blue) = 170+165+136=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA588 is #555A77. Grayscale: #A3A3A3. Windows color (decimal): -5593720 or 8955306. OLE color: 8955306.

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

Color convert

RGB 170 165 136 -
CMYK 0 0.03 0.20 0.33
HSL 51.18º 0.17% 0.6% -
HSV(B) 51.18º 0.2% 0.67% -
XYZ 34.48 37.23 28.66 -
YUV 163.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 170 165 136 0 0.03 0.20 0.33 51.18 0.17 0.6
Hex AA A5 88 0 3 14 21 33 11 3C
Octal 252 245 210 0 3 24 41 63 21 74
Binary 10101010 10100101 10001000 0 11 10100 100001 110011 10001 111100

Color Harmonies of #AAA588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA588

Black with #AAA588

Text Example


Text Example

White with #AAA588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA588; }

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

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

background-color css

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

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

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

border-color css

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

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

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