#A9B5AA

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

Shades of Zanah #A9B5AA

Tints of Zanah #A9B5AA

Color information

#A9B5AA (or 0xA9B5AA) is unknown color: approx Zanah. HEX triplet: A9, B5 and AA. RGB value is (169,181,170). Sum of RGB (Red+Green+Blue) = 169+181+170=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B5AA is #564A55. Grayscale: #B0B0B0. Windows color (decimal): -5655126 or 11187625. OLE color: 11187625.

HSL color Cylindrical-coordinate representation of color #A9B5AA: hue angle of 125º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B5AA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB169181170-
CMYK0.0700.060.29
HSL125º7.5%68.63%-
HSV(B)125º6.63%70.98%-
XYZ40.1444.3944.48-
YUV176.16124.52122.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=32.5%
G=34.81%
B=32.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691811700.0700.060.291257.568.63
HexA9B5AA7061D7d845
Octal2512652527063517510105
Binary101010011011010110101010111011011101111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5AA; }

 p { color: rgb(169,181,170); }

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

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

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

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

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

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

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