#ABCFA8

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

Shades of Zanah #ABCFA8

Tints of Zanah #ABCFA8

Color information

#ABCFA8 (or 0xABCFA8) is unknown color: approx Zanah. HEX triplet: AB, CF and A8. RGB value is (171,207,168). Sum of RGB (Red+Green+Blue) = 171+207+168=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFA8 is #543057. Grayscale: #BFBFBF. Windows color (decimal): -5517400 or 11063211. OLE color: 11063211.

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

Color convert

RGB171207168-
CMYK0.1700.190.19
HSL115.38º28.89%73.53%-
HSV(B)115.38º18.84%81.18%-
XYZ46.1856.1145.44-
YUV191.79114.57113.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 168 (66.02% from 255) = 30.77%
R=31.32%
G=37.91%
B=30.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071680.1700.190.19115.3828.8973.53
HexABCFA81101313731d4a
Octal253317250210232316335112
Binary10101011110011111010100010001010011100111110011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFA8; }

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

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

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

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

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

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

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

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