#ADC3AE

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

Shades of Zanah #ADC3AE

Tints of Zanah #ADC3AE

Color information

#ADC3AE (or 0xADC3AE) is unknown color: approx Zanah. HEX triplet: AD, C3 and AE. RGB value is (173,195,174). Sum of RGB (Red+Green+Blue) = 173+195+174=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3AE is #523C51. Grayscale: #BABABA. Windows color (decimal): -5389394 or 11453357. OLE color: 11453357.

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

Color convert

RGB173195174-
CMYK0.1100.110.24
HSL122.73º15.49%72.16%-
HSV(B)122.73º11.28%76.47%-
XYZ44.3950.9747.54-
YUV186.03121.21118.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=31.92%
G=35.98%
B=32.10%

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
Decimal1731951740.1100.110.24122.7315.4972.16
HexADC3AEB0B187bf48
Octal255303256130133017317110
Binary10101101110000111010111010110101111000111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3AE; }

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

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

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

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

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

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

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

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