#AFCDAF

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

Shades of Zanah #AFCDAF

Tints of Zanah #AFCDAF

Color information

#AFCDAF (or 0xAFCDAF) is unknown color: approx Zanah. HEX triplet: AF, CD and AF. RGB value is (175,205,175). Sum of RGB (Red+Green+Blue) = 175+205+175=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDAF is #503250. Grayscale: #C0C0C0. Windows color (decimal): -5255761 or 11521455. OLE color: 11521455.

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

Color convert

RGB175205175-
CMYK0.1500.150.20
HSL120º23.08%74.51%-
HSV(B)120º14.63%80.39%-
XYZ47.2555.8748.85-
YUV192.61118.06115.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=31.53%
G=36.94%
B=31.53%

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
Decimal1752051750.1500.150.2012023.0874.51
HexAFCDAFF0F1478174b
Octal257315257170172417027113
Binary101011111100110110101111111101111101001111000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDAF; }

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

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

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

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

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

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

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

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