#AFCDAE

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

Shades of Zanah #AFCDAE

Tints of Zanah #AFCDAE

Color information

#AFCDAE (or 0xAFCDAE) is unknown color: approx Zanah. HEX triplet: AF, CD and AE. RGB value is (175,205,174). Sum of RGB (Red+Green+Blue) = 175+205+174=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAE is #503251. Grayscale: #C0C0C0. Windows color (decimal): -5255762 or 11455919. OLE color: 11455919.

HSL color Cylindrical-coordinate representation of color #AFCDAE: hue angle of 118.06º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDAE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB175205174-
CMYK0.1500.150.20
HSL118.06º23.66%74.31%-
HSV(B)118.06º15.12%80.39%-
XYZ47.1555.8348.34-
YUV192.5117.56115.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=31.59%
G=37.00%
B=31.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051740.1500.150.20118.0623.6674.31
HexAFCDAEF0F1476184a
Octal257315256170172416630112
Binary101011111100110110101110111101111101001110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDAE; }

 p { color: rgb(175,205,174); }

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

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

 a { background-color: rgb(175,205,174); }

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

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

 span { border-color: rgb(175,205,174); }

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