#AFD0AD

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

Shades of Zanah #AFD0AD

Tints of Zanah #AFD0AD

Color information

#AFD0AD (or 0xAFD0AD) is unknown color: approx Zanah. HEX triplet: AF, D0 and AD. RGB value is (175,208,173). Sum of RGB (Red+Green+Blue) = 175+208+173=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD0AD is #502F52. Grayscale: #C2C2C2. Windows color (decimal): -5254995 or 11391151. OLE color: 11391151.

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

Color convert

RGB175208173-
CMYK0.1600.170.18
HSL116.57º27.13%74.71%-
HSV(B)116.57º16.83%81.57%-
XYZ47.7857.2448.07-
YUV194.14116.07114.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 208 (81.64% from 255) = 37.41%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=31.47%
G=37.41%
B=31.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081730.1600.170.18116.5727.1374.71
HexAFD0AD1001112751b4b
Octal257320255200212216533113
Binary10101111110100001010110110000010001100101110101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0AD; }

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

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

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

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

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

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

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

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