#AFCDAA

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

Shades of Zanah #AFCDAA

Tints of Zanah #AFCDAA

Color information

#AFCDAA (or 0xAFCDAA) is unknown color: approx Zanah. HEX triplet: AF, CD and AA. RGB value is (175,205,170). Sum of RGB (Red+Green+Blue) = 175+205+170=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAA is #503255. Grayscale: #C0C0C0. Windows color (decimal): -5255766 or 11193775. OLE color: 11193775.

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

Color convert

RGB175205170-
CMYK0.1500.170.20
HSL111.43º25.93%73.53%-
HSV(B)111.43º17.07%80.39%-
XYZ46.7755.6846.31-
YUV192.04115.56115.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=31.82%
G=37.27%
B=30.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051700.1500.170.20111.4325.9373.53
HexAFCDAAF011146f1a4a
Octal257315252170212415732112
Binary1010111111001101101010101111010001101001101111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDAA; }

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

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

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

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

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

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

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

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