#AFC6AD

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

Shades of Zanah #AFC6AD

Tints of Zanah #AFC6AD

Color information

#AFC6AD (or 0xAFC6AD) is unknown color: approx Zanah. HEX triplet: AF, C6 and AD. RGB value is (175,198,173). Sum of RGB (Red+Green+Blue) = 175+198+173=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6AD is #503952. Grayscale: #BCBCBC. Windows color (decimal): -5257555 or 11388591. OLE color: 11388591.

HSL color Cylindrical-coordinate representation of color #AFC6AD: hue angle of 115.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFC6AD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB175198173-
CMYK0.1200.130.22
HSL115.2º17.99%72.75%-
HSV(B)115.2º12.63%77.65%-
XYZ45.4252.5247.28-
YUV188.27119.38118.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 198 (77.73% from 255) = 36.26%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=32.05%
G=36.26%
B=31.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981730.1200.130.22115.217.9972.75
HexAFC6ADC0D16731249
Octal257306255140152616322111
Binary101011111100011010101101110001101101101110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6AD; }

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

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

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

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

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

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

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

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