#A9BCA9

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

Shades of Zanah #A9BCA9

Tints of Zanah #A9BCA9

Color information

#A9BCA9 (or 0xA9BCA9) is unknown color: approx Zanah. HEX triplet: A9, BC and A9. RGB value is (169,188,169). Sum of RGB (Red+Green+Blue) = 169+188+169=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCA9 is #564356. Grayscale: #B4B4B4. Windows color (decimal): -5653335 or 11123881. OLE color: 11123881.

HSL color Cylindrical-coordinate representation of color #A9BCA9: hue angle of 120º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BCA9 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB169188169-
CMYK0.1000.100.26
HSL120º12.42%70%-
HSV(B)120º10.11%73.73%-
XYZ41.5147.2744.47-
YUV180.15121.71120.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=32.13%
G=35.74%
B=32.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881690.1000.100.2612012.4270
HexA9BCA9A0A1A78c46
Octal251274251120123217014106
Binary10101001101111001010100110100101011010111100011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCA9; }

 p { color: rgb(169,188,169); }

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

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

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

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

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

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

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