#AFD0AB

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

Shades of Zanah #AFD0AB

Tints of Zanah #AFD0AB

Color information

#AFD0AB (or 0xAFD0AB) is unknown color: approx Zanah. HEX triplet: AF, D0 and AB. RGB value is (175,208,171). Sum of RGB (Red+Green+Blue) = 175+208+171=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0AB is #502F54. Grayscale: #C2C2C2. Windows color (decimal): -5254997 or 11260079. OLE color: 11260079.

HSL color Cylindrical-coordinate representation of color #AFD0AB: hue angle of 113.51º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD0AB is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB175208171-
CMYK0.1600.180.18
HSL113.51º28.24%74.31%-
HSV(B)113.51º17.79%81.57%-
XYZ47.5957.1747.05-
YUV193.92115.07114.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=31.59%
G=37.55%
B=30.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081710.1600.180.18113.5128.2474.31
HexAFD0AB1001212721c4a
Octal257320253200222216234112
Binary10101111110100001010101110000010010100101110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0AB; }

 p { color: rgb(175,208,171); }

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

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

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

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

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

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

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