#ADCFAC

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

Shades of Zanah #ADCFAC

Tints of Zanah #ADCFAC

Color information

#ADCFAC (or 0xADCFAC) is unknown color: approx Zanah. HEX triplet: AD, CF and AC. RGB value is (173,207,172). Sum of RGB (Red+Green+Blue) = 173+207+172=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFAC is #523053. Grayscale: #C0C0C0. Windows color (decimal): -5386324 or 11325357. OLE color: 11325357.

HSL color Cylindrical-coordinate representation of color #ADCFAC: hue angle of 118.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCFAC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB173207172-
CMYK0.1600.170.19
HSL118.29º26.72%74.31%-
HSV(B)118.29º16.91%81.18%-
XYZ46.9956.4947.46-
YUV192.84116.24113.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=31.34%
G=37.5%
B=31.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071720.1600.170.19118.2926.7274.31
HexADCFAC1001113761b4a
Octal255317254200212316633112
Binary10101101110011111010110010000010001100111110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFAC; }

 p { color: rgb(173,207,172); }

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

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

 a { background-color: rgb(173,207,172); }

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

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

 span { border-color: rgb(173,207,172); }

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