#AABAAA

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

Shades of Zanah #AABAAA

Tints of Zanah #AABAAA

Color information

#AABAAA (or 0xAABAAA) is unknown color: approx Zanah. HEX triplet: AA, BA and AA. RGB value is (170,186,170). Sum of RGB (Red+Green+Blue) = 170+186+170=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAAA is #554555. Grayscale: #B3B3B3. Windows color (decimal): -5588310 or 11188906. OLE color: 11188906.

HSL color Cylindrical-coordinate representation of color #AABAAA: hue angle of 120º degrees, saturation: 0.1, 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 #AABAAA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB170186170-
CMYK0.0900.090.27
HSL120º10.39%69.8%-
HSV(B)120º8.6%72.94%-
XYZ41.3946.5744.84-
YUV179.39122.7121.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=32.32%
G=35.36%
B=32.32%

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
Decimal1701861700.0900.090.2712010.3969.8
HexAABAAA9091B78a46
Octal252272252110113317012106
Binary10101010101110101010101010010100111011111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAAA; }

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

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

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

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

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

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

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

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