#AAA98A

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

Shades of Neutral Green #AAA98A

Tints of Neutral Green #AAA98A

Color information

#AAA98A (or 0xAAA98A) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 8A. RGB value is (170,169,138). Sum of RGB (Red+Green+Blue) = 170+169+138=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA98A is #555675. Grayscale: #A5A5A5. Windows color (decimal): -5592694 or 9087402. OLE color: 9087402.

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

Color convert

RGB170169138-
CMYK00.010.190.33
HSL58.12º15.84%60.39%-
HSV(B)58.12º18.82%66.67%-
XYZ35.3538.7629.66-
YUV165.76112.33131.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=35.64%
G=35.43%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016913800.010.190.3358.1215.8460.39
HexAAA98A0113213a103c
Octal252251212012341722074
Binary101010101010100110001010011001110000111101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA98A; }

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

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

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

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

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

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

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

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