#ADC1AC

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

Shades of Zanah #ADC1AC

Tints of Zanah #ADC1AC

Color information

#ADC1AC (or 0xADC1AC) is unknown color: approx Zanah. HEX triplet: AD, C1 and AC. RGB value is (173,193,172). Sum of RGB (Red+Green+Blue) = 173+193+172=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1AC is #523E53. Grayscale: #B8B8B8. Windows color (decimal): -5389908 or 11321773. OLE color: 11321773.

HSL color Cylindrical-coordinate representation of color #ADC1AC: hue angle of 117.14º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC1AC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB173193172-
CMYK0.1000.110.24
HSL117.14º14.48%71.57%-
HSV(B)117.14º10.88%75.69%-
XYZ43.755046.38-
YUV184.63120.87119.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=32.16%
G=35.87%
B=31.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931720.1000.110.24117.1414.4871.57
HexADC1ACA0B1875e48
Octal255301254120133016516110
Binary10101101110000011010110010100101111000111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1AC; }

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

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

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

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

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

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

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

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