#ABCFAB

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

Shades of Zanah #ABCFAB

Tints of Zanah #ABCFAB

Color information

#ABCFAB (or 0xABCFAB) is unknown color: approx Zanah. HEX triplet: AB, CF and AB. RGB value is (171,207,171). Sum of RGB (Red+Green+Blue) = 171+207+171=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFAB is #543054. Grayscale: #C0C0C0. Windows color (decimal): -5517397 or 11259819. OLE color: 11259819.

HSL color Cylindrical-coordinate representation of color #ABCFAB: hue angle of 120º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFAB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB171207171-
CMYK0.1700.170.19
HSL120º27.27%74.12%-
HSV(B)120º17.39%81.18%-
XYZ46.4656.2246.93-
YUV192.13116.07112.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 207 (81.25% from 255) = 37.70%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=31.15%
G=37.70%
B=31.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071710.1700.170.1912027.2774.12
HexABCFAB1101113781b4a
Octal253317253210212317033112
Binary10101011110011111010101110001010001100111111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFAB; }

 p { color: rgb(171,207,171); }

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

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

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

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

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

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

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