#ADC1AE

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

Shades of Zanah #ADC1AE

Tints of Zanah #ADC1AE

Color information

#ADC1AE (or 0xADC1AE) is unknown color: approx Zanah. HEX triplet: AD, C1 and AE. RGB value is (173,193,174). Sum of RGB (Red+Green+Blue) = 173+193+174=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC1AE is #523E51. Grayscale: #B8B8B8. Windows color (decimal): -5389906 or 11452845. OLE color: 11452845.

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

Color convert

RGB173193174-
CMYK0.1000.100.24
HSL123º13.89%71.76%-
HSV(B)123º10.36%75.69%-
XYZ43.9450.0847.39-
YUV184.85121.87119.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=32.04%
G=35.74%
B=32.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931740.1000.100.2412313.8971.76
HexADC1AEA0A187be48
Octal255301256120123017316110
Binary10101101110000011010111010100101011000111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1AE; }

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

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

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

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

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

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

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

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