#ADCFA7

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

Shades of Zanah #ADCFA7

Tints of Zanah #ADCFA7

Color information

#ADCFA7 (or 0xADCFA7) is unknown color: approx Zanah. HEX triplet: AD, CF and A7. RGB value is (173,207,167). Sum of RGB (Red+Green+Blue) = 173+207+167=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCFA7 is #523058. Grayscale: #C0C0C0. Windows color (decimal): -5386329 or 10997677. OLE color: 10997677.

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

Color convert

RGB173207167-
CMYK0.1600.190.19
HSL111º29.41%73.33%-
HSV(B)111º19.32%81.18%-
XYZ46.5256.344.97-
YUV192.27113.74114.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=31.63%
G=37.84%
B=30.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071670.1600.190.1911129.4173.33
HexADCFA710013136f1d49
Octal255317247200232315735111
Binary10101101110011111010011110000010011100111101111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFA7; }

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

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

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

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

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

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

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

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