#AABDAA

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

Shades of Zanah #AABDAA

Tints of Zanah #AABDAA

Color information

#AABDAA (or 0xAABDAA) is unknown color: approx Zanah. HEX triplet: AA, BD and AA. RGB value is (170,189,170). Sum of RGB (Red+Green+Blue) = 170+189+170=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAA is #554255. Grayscale: #B5B5B5. Windows color (decimal): -5587542 or 11189674. OLE color: 11189674.

HSL color Cylindrical-coordinate representation of color #AABDAA: hue angle of 120º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDAA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB170189170-
CMYK0.1000.100.26
HSL120º12.58%70.39%-
HSV(B)120º10.05%74.12%-
XYZ42.0347.8445.05-
YUV181.15121.71120.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=32.14%
G=35.73%
B=32.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891700.1000.100.2612012.5870.39
HexAABDAAA0A1A78d46
Octal252275252120123217015106
Binary10101010101111011010101010100101011010111100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDAA; }

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

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

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

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

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

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

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

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