#ABCBAC

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

Shades of Zanah #ABCBAC

Tints of Zanah #ABCBAC

Color information

#ABCBAC (or 0xABCBAC) is unknown color: approx Zanah. HEX triplet: AB, CB and AC. RGB value is (171,203,172). Sum of RGB (Red+Green+Blue) = 171+203+172=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBAC is #543453. Grayscale: #BDBDBD. Windows color (decimal): -5518420 or 11324331. OLE color: 11324331.

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

Color convert

RGB171203172-
CMYK0.1600.150.20
HSL121.87º23.53%73.33%-
HSV(B)121.87º15.76%79.61%-
XYZ45.654.3547.12-
YUV189.9117.9114.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=31.32%
G=37.18%
B=31.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031720.1600.150.20121.8723.5373.33
HexABCBAC100F147a1849
Octal253313254200172417230111
Binary1010101111001011101011001000001111101001111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBAC; }

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

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

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

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

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

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

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

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