#ADCBAE

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

Shades of Zanah #ADCBAE

Tints of Zanah #ADCBAE

Color information

#ADCBAE (or 0xADCBAE) is unknown color: approx Zanah. HEX triplet: AD, CB and AE. RGB value is (173,203,174). Sum of RGB (Red+Green+Blue) = 173+203+174=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAE is #523451. Grayscale: #BEBEBE. Windows color (decimal): -5387346 or 11455405. OLE color: 11455405.

HSL color Cylindrical-coordinate representation of color #ADCBAE: hue angle of 122º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCBAE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB173203174-
CMYK0.1500.140.20
HSL122º22.39%73.73%-
HSV(B)122º14.78%79.61%-
XYZ46.2354.6548.16-
YUV190.72118.56115.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=31.45%
G=36.91%
B=31.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031740.1500.140.2012222.3973.73
HexADCBAEF0E147a164a
Octal255313256170162417226112
Binary101011011100101110101110111101110101001111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBAE; }

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

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

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

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

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

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

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

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