#ABB9AC

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

Shades of Zanah #ABB9AC

Tints of Zanah #ABB9AC

Color information

#ABB9AC (or 0xABB9AC) is unknown color: approx Zanah. HEX triplet: AB, B9 and AC. RGB value is (171,185,172). Sum of RGB (Red+Green+Blue) = 171+185+172=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9AC is #544653. Grayscale: #B3B3B3. Windows color (decimal): -5523028 or 11319723. OLE color: 11319723.

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

Color convert

RGB171185172-
CMYK0.0800.070.27
HSL124.29º9.09%69.8%-
HSV(B)124.29º7.57%72.55%-
XYZ41.5946.3345.78-
YUV179.33123.86122.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=32.39%
G=35.04%
B=32.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851720.0800.070.27124.299.0969.8
HexABB9AC8071B7c946
Octal25327125410073317411106
Binary1010101110111001101011001000011111011111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9AC; }

 p { color: rgb(171,185,172); }

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

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

 a { background-color: rgb(171,185,172); }

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

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

 span { border-color: rgb(171,185,172); }

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