#AAAA85

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

Shades of Neutral Green #AAAA85

Tints of Neutral Green #AAAA85

Color information

#AAAA85 (or 0xAAAA85) is unknown color: approx Neutral Green. HEX triplet: AA, AA and 85. RGB value is (170,170,133). Sum of RGB (Red+Green+Blue) = 170+170+133=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA85 is #55557A. Grayscale: #A5A5A5. Windows color (decimal): -5592443 or 8759978. OLE color: 8759978.

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

Color convert

RGB170170133-
CMYK000.220.33
HSL60º17.87%59.41%-
HSV(B)60º21.76%66.67%-
XYZ35.1938.9927.86-
YUV165.78109.5131.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=35.94%
G=35.94%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170133000.220.336017.8759.41
HexAAAA850016213c123b
Octal252252205002641742273
Binary101010101010101010000101001011010000111110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA85; }

 p { color: rgb(170,170,133); }

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

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

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

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

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

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

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