#AABBAA

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

Shades of Zanah #AABBAA

Tints of Zanah #AABBAA

Color information

#AABBAA (or 0xAABBAA) is unknown color: approx Zanah. HEX triplet: AA, BB and AA. RGB value is (170,187,170). Sum of RGB (Red+Green+Blue) = 170+187+170=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBAA is #554455. Grayscale: #B4B4B4. Windows color (decimal): -5588054 or 11189162. OLE color: 11189162.

HSL color Cylindrical-coordinate representation of color #AABBAA: hue angle of 120º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABBAA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB170187170-
CMYK0.0900.090.27
HSL120º11.11%70%-
HSV(B)120º9.09%73.33%-
XYZ41.646.9944.91-
YUV179.98122.37120.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=32.26%
G=35.48%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871700.0900.090.2712011.1170
HexAABBAA9091B78b46
Octal252273252110113317013106
Binary10101010101110111010101010010100111011111100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBAA; }

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

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

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

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

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

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

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

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