#AFCCAD

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

Shades of Zanah #AFCCAD

Tints of Zanah #AFCCAD

Color information

#AFCCAD (or 0xAFCCAD) is unknown color: approx Zanah. HEX triplet: AF, CC and AD. RGB value is (175,204,173). Sum of RGB (Red+Green+Blue) = 175+204+173=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAD is #503352. Grayscale: #BFBFBF. Windows color (decimal): -5256019 or 11390127. OLE color: 11390127.

HSL color Cylindrical-coordinate representation of color #AFCCAD: hue angle of 116.13º degrees, saturation: 0.23, 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 #AFCCAD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB175204173-
CMYK0.1400.150.2
HSL116.13º23.31%73.92%-
HSV(B)116.13º15.2%80%-
XYZ46.8155.3247.74-
YUV191.8117.39116.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=31.70%
G=36.96%
B=31.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041730.1400.150.2116.1323.3173.92
HexAFCCADE0F1474174a
Octal257314255160172416427112
Binary101011111100110010101101111001111101001110100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCAD; }

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

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

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

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

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

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

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

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