#ADCFAD

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

Shades of Zanah #ADCFAD

Tints of Zanah #ADCFAD

Color information

#ADCFAD (or 0xADCFAD) is unknown color: approx Zanah. HEX triplet: AD, CF and AD. RGB value is (173,207,173). Sum of RGB (Red+Green+Blue) = 173+207+173=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFAD is #523052. Grayscale: #C1C1C1. Windows color (decimal): -5386323 or 11390893. OLE color: 11390893.

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

Color convert

RGB173207173-
CMYK0.1600.160.19
HSL120º26.15%74.51%-
HSV(B)120º16.43%81.18%-
XYZ47.0956.5347.96-
YUV192.96116.74113.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=31.28%
G=37.43%
B=31.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071730.1600.160.1912026.1574.51
HexADCFAD1001013781a4b
Octal255317255200202317032113
Binary10101101110011111010110110000010000100111111000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFAD; }

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

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

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

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

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

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

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

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