#ABCBAD

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

Shades of Zanah #ABCBAD

Tints of Zanah #ABCBAD

Color information

#ABCBAD (or 0xABCBAD) is unknown color: approx Zanah. HEX triplet: AB, CB and AD. RGB value is (171,203,173). Sum of RGB (Red+Green+Blue) = 171+203+173=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBAD is #543452. Grayscale: #BEBEBE. Windows color (decimal): -5518419 or 11389867. OLE color: 11389867.

HSL color Cylindrical-coordinate representation of color #ABCBAD: hue angle of 123.75º 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 #ABCBAD is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB171203173-
CMYK0.1600.150.20
HSL123.75º23.53%73.33%-
HSV(B)123.75º15.76%79.61%-
XYZ45.6954.3947.62-
YUV190.01118.4114.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=31.26%
G=37.11%
B=31.63%

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
Decimal1712031730.1600.150.20123.7523.5373.33
HexABCBAD100F147c1849
Octal253313255200172417430111
Binary1010101111001011101011011000001111101001111100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBAD; }

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

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

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

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

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

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

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

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