#ABC9A9

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

Shades of Zanah #ABC9A9

Tints of Zanah #ABC9A9

Color information

#ABC9A9 (or 0xABC9A9) is unknown color: approx Zanah. HEX triplet: AB, C9 and A9. RGB value is (171,201,169). Sum of RGB (Red+Green+Blue) = 171+201+169=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A9 is #543656. Grayscale: #BCBCBC. Windows color (decimal): -5518935 or 11127211. OLE color: 11127211.

HSL color Cylindrical-coordinate representation of color #ABC9A9: hue angle of 116.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC9A9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB171201169-
CMYK0.1500.160.21
HSL116.25º22.86%72.55%-
HSV(B)116.25º15.92%78.82%-
XYZ44.8453.345.46-
YUV188.38117.06115.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=31.61%
G=37.15%
B=31.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011690.1500.160.21116.2522.8672.55
HexABC9A9F01015741749
Octal253311251170202516427111
Binary1010101111001001101010011111010000101011110100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9A9; }

 p { color: rgb(171,201,169); }

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

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

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

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

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

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

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