#ADC4AC

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

Shades of Zanah #ADC4AC

Tints of Zanah #ADC4AC

Color information

#ADC4AC (or 0xADC4AC) is unknown color: approx Zanah. HEX triplet: AD, C4 and AC. RGB value is (173,196,172). Sum of RGB (Red+Green+Blue) = 173+196+172=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4AC is #523B53. Grayscale: #BABABA. Windows color (decimal): -5389140 or 11322541. OLE color: 11322541.

HSL color Cylindrical-coordinate representation of color #ADC4AC: hue angle of 117.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4AC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB173196172-
CMYK0.1200.120.23
HSL117.5º16.9%72.16%-
HSV(B)117.5º12.24%76.86%-
XYZ44.4251.3446.6-
YUV186.39119.88118.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=31.98%
G=36.23%
B=31.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961720.1200.120.23117.516.972.16
HexADC4ACC0C17751148
Octal255304254140142716521110
Binary101011011100010010101100110001100101111110101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4AC; }

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

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

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

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

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

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

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

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