#A8BAA9

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

Shades of Zanah #A8BAA9

Tints of Zanah #A8BAA9

Color information

#A8BAA9 (or 0xA8BAA9) is unknown color: approx Zanah. HEX triplet: A8, BA and A9. RGB value is (168,186,169). Sum of RGB (Red+Green+Blue) = 168+186+169=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAA9 is #574556. Grayscale: #B2B2B2. Windows color (decimal): -5719383 or 11123368. OLE color: 11123368.

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

Color convert

RGB168186169-
CMYK0.1000.090.27
HSL123.33º11.54%69.41%-
HSV(B)123.33º9.68%72.94%-
XYZ40.8746.3144.32-
YUV178.68122.54120.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 169 (66.41% from 255) = 32.31%
R=32.12%
G=35.56%
B=32.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861690.1000.090.27123.3311.5469.41
HexA8BAA9A091B7bc45
Octal250272251120113317314105
Binary10101000101110101010100110100100111011111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAA9; }

 p { color: rgb(168,186,169); }

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

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

 a { background-color: rgb(168,186,169); }

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

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

 span { border-color: rgb(168,186,169); }

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