#AAA98B

Color #AAA98B Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AAA98B

Tints of Neutral Green #AAA98B

Color information

#AAA98B (or 0xAAA98B) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 8B. RGB value is (170,169,139). Sum of RGB (Red+Green+Blue) = 170+169+139=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA98B is #555674. Grayscale: #A5A5A5. Windows color (decimal): -5592693 or 9152938. OLE color: 9152938.

HSL color Cylindrical-coordinate representation of color #AAA98B: hue angle of 58.06º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA98B is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170169139-
CMYK00.010.180.33
HSL58.06º15.42%60.59%-
HSV(B)58.06º18.24%66.67%-
XYZ35.4338.7930.05-
YUV165.88112.83130.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 169 (66.41% from 255) = 35.36%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=35.56%
G=35.36%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016913900.010.180.3358.0615.4260.59
HexAAA98B0112213af3d
Octal252251213012241721775
Binary10101010101010011000101101100101000011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA98B; }

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

 H1.HeaderClassName
 {
   color: #AAA98B;
 }
 .AnyTagClassName
 {
   color: #AAA98B;
 }
</style>
background-color css

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

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

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

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

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

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