#AFD0A8

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

Shades of Zanah #AFD0A8

Tints of Zanah #AFD0A8

Color information

#AFD0A8 (or 0xAFD0A8) is unknown color: approx Zanah. HEX triplet: AF, D0 and A8. RGB value is (175,208,168). Sum of RGB (Red+Green+Blue) = 175+208+168=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0A8 is #502F57. Grayscale: #C1C1C1. Windows color (decimal): -5255000 or 11063471. OLE color: 11063471.

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

Color convert

RGB175208168-
CMYK0.1600.190.18
HSL109.5º29.85%73.73%-
HSV(B)109.5º19.23%81.57%-
XYZ47.357.0545.56-
YUV193.57113.57114.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 168 (66.02% from 255) = 30.49%
R=31.76%
G=37.75%
B=30.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081680.1600.190.18109.529.8573.73
HexAFD0A810013126d1e4a
Octal257320250200232215536112
Binary10101111110100001010100010000010011100101101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0A8; }

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

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

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

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

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

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

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

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