#AFCDA9

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

Shades of Zanah #AFCDA9

Tints of Zanah #AFCDA9

Color information

#AFCDA9 (or 0xAFCDA9) is unknown color: approx Zanah. HEX triplet: AF, CD and A9. RGB value is (175,205,169). Sum of RGB (Red+Green+Blue) = 175+205+169=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 169 (66.41% from 255 or 30.78% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA9 is #503256. Grayscale: #C0C0C0. Windows color (decimal): -5255767 or 11128239. OLE color: 11128239.

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

Color convert

RGB175205169-
CMYK0.1500.180.20
HSL110º26.47%73.33%-
HSV(B)110º17.56%80.39%-
XYZ46.6755.6445.82-
YUV191.93115.06115.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 169 (66.41% from 255) = 30.78%
R=31.88%
G=37.34%
B=30.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051690.1500.180.2011026.4773.33
HexAFCDA9F012146e1a49
Octal257315251170222415632111
Binary1010111111001101101010011111010010101001101110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDA9; }

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

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

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

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

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

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

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

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