#ABCFA6

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

Shades of Zanah #ABCFA6

Tints of Zanah #ABCFA6

Color information

#ABCFA6 (or 0xABCFA6) is unknown color: approx Zanah. HEX triplet: AB, CF and A6. RGB value is (171,207,166). Sum of RGB (Red+Green+Blue) = 171+207+166=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFA6 is #543059. Grayscale: #BFBFBF. Windows color (decimal): -5517402 or 10932139. OLE color: 10932139.

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

Color convert

RGB171207166-
CMYK0.1700.200.19
HSL112.68º29.93%73.14%-
HSV(B)112.68º19.81%81.18%-
XYZ45.9956.0444.47-
YUV191.56113.57113.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 166 (65.23% from 255) = 30.51%
R=31.43%
G=38.05%
B=30.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071660.1700.200.19112.6829.9373.14
HexABCFA61101413711e49
Octal253317246210242316136111
Binary10101011110011111010011010001010100100111110001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFA6; }

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

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

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

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

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

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

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

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