#AFCAAC

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

Shades of Zanah #AFCAAC

Tints of Zanah #AFCAAC

Color information

#AFCAAC (or 0xAFCAAC) is unknown color: approx Zanah. HEX triplet: AF, CA and AC. RGB value is (175,202,172). Sum of RGB (Red+Green+Blue) = 175+202+172=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAAC is #503553. Grayscale: #BEBEBE. Windows color (decimal): -5256532 or 11324079. OLE color: 11324079.

HSL color Cylindrical-coordinate representation of color #AFCAAC: hue angle of 114º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCAAC is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB175202172-
CMYK0.1300.150.21
HSL114º22.06%73.33%-
HSV(B)114º14.85%79.22%-
XYZ46.2554.3347.08-
YUV190.51117.55116.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=31.88%
G=36.79%
B=31.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021720.1300.150.2111422.0673.33
HexAFCAACD0F15721649
Octal257312254150172516226111
Binary101011111100101010101100110101111101011110010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAAC; }

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

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

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

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

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

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

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

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