#A9B9AA

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

Shades of Zanah #A9B9AA

Tints of Zanah #A9B9AA

Color information

#A9B9AA (or 0xA9B9AA) is unknown color: approx Zanah. HEX triplet: A9, B9 and AA. RGB value is (169,185,170). Sum of RGB (Red+Green+Blue) = 169+185+170=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9AA is #564655. Grayscale: #B2B2B2. Windows color (decimal): -5654102 or 11188649. OLE color: 11188649.

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

Color convert

RGB169185170-
CMYK0.0900.080.27
HSL123.75º10.26%69.41%-
HSV(B)123.75º8.65%72.55%-
XYZ40.9746.0444.76-
YUV178.51123.2121.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=32.25%
G=35.31%
B=32.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851700.0900.080.27123.7510.2669.41
HexA9B9AA9081B7ca45
Octal251271252110103317412105
Binary10101001101110011010101010010100011011111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9AA; }

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

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

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

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

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

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

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

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