#AFCCAC

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

Shades of Zanah #AFCCAC

Tints of Zanah #AFCCAC

Color information

#AFCCAC (or 0xAFCCAC) is unknown color: approx Zanah. HEX triplet: AF, CC and AC. RGB value is (175,204,172). Sum of RGB (Red+Green+Blue) = 175+204+172=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCAC is #503353. Grayscale: #BFBFBF. Windows color (decimal): -5256020 or 11324591. OLE color: 11324591.

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

Color convert

RGB175204172-
CMYK0.1400.160.2
HSL114.37º23.88%73.73%-
HSV(B)114.37º15.69%80%-
XYZ46.7255.2847.24-
YUV191.68116.89116.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=31.76%
G=37.02%
B=31.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041720.1400.160.2114.3723.8873.73
HexAFCCACE0101472184a
Octal257314254160202416230112
Binary1010111111001100101011001110010000101001110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCAC; }

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

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

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

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

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

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

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

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