#AAB9AA

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

Shades of Zanah #AAB9AA

Tints of Zanah #AAB9AA

Color information

#AAB9AA (or 0xAAB9AA) is unknown color: approx Zanah. HEX triplet: AA, B9 and AA. RGB value is (170,185,170). Sum of RGB (Red+Green+Blue) = 170+185+170=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9AA is #554655. Grayscale: #B2B2B2. Windows color (decimal): -5588566 or 11188650. OLE color: 11188650.

HSL color Cylindrical-coordinate representation of color #AAB9AA: 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.08%. Process color model (Four color, CMYK) of #AAB9AA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB170185170-
CMYK0.0800.080.27
HSL120º9.68%69.61%-
HSV(B)120º8.11%72.55%-
XYZ41.1846.1544.77-
YUV178.8123.03121.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=32.38%
G=35.24%
B=32.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851700.0800.080.271209.6869.61
HexAAB9AA8081B78a46
Octal252271252100103317012106
Binary10101010101110011010101010000100011011111100010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9AA; }

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

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

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

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

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

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

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

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