#A9B8AA

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

Shades of Zanah #A9B8AA

Tints of Zanah #A9B8AA

Color information

#A9B8AA (or 0xA9B8AA) is unknown color: approx Zanah. HEX triplet: A9, B8 and AA. RGB value is (169,184,170). Sum of RGB (Red+Green+Blue) = 169+184+170=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B8AA is #564755. Grayscale: #B1B1B1. Windows color (decimal): -5654358 or 11188393. OLE color: 11188393.

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

Color convert

RGB169184170-
CMYK0.0800.080.28
HSL124º9.55%69.22%-
HSV(B)124º8.15%72.16%-
XYZ40.7645.6244.69-
YUV177.92123.53121.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=32.31%
G=35.18%
B=32.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691841700.0800.080.281249.5569.22
HexA9B8AA8081C7ca45
Octal251270252100103417412105
Binary10101001101110001010101010000100011100111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B8AA; }

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

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

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

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

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

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

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

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