#ADC3AD

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

Shades of Zanah #ADC3AD

Tints of Zanah #ADC3AD

Color information

#ADC3AD (or 0xADC3AD) is unknown color: approx Zanah. HEX triplet: AD, C3 and AD. RGB value is (173,195,173). Sum of RGB (Red+Green+Blue) = 173+195+173=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3AD is #523C52. Grayscale: #B9B9B9. Windows color (decimal): -5389395 or 11387821. OLE color: 11387821.

HSL color Cylindrical-coordinate representation of color #ADC3AD: hue angle of 120º degrees, saturation: 0.15, 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 #ADC3AD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB173195173-
CMYK0.1100.110.24
HSL120º15.49%72.16%-
HSV(B)120º11.28%76.47%-
XYZ44.2950.9347.03-
YUV185.91120.71118.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=31.98%
G=36.04%
B=31.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951730.1100.110.2412015.4972.16
HexADC3ADB0B1878f48
Octal255303255130133017017110
Binary10101101110000111010110110110101111000111100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3AD; }

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

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

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

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

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

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

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

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