#ADCBAF

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

Shades of Zanah #ADCBAF

Tints of Zanah #ADCBAF

Color information

#ADCBAF (or 0xADCBAF) is unknown color: approx Zanah. HEX triplet: AD, CB and AF. RGB value is (173,203,175). Sum of RGB (Red+Green+Blue) = 173+203+175=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAF is #523450. Grayscale: #BEBEBE. Windows color (decimal): -5387345 or 11520941. OLE color: 11520941.

HSL color Cylindrical-coordinate representation of color #ADCBAF: hue angle of 124º 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 #ADCBAF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB173203175-
CMYK0.1500.140.20
HSL124º22.39%73.73%-
HSV(B)124º14.78%79.61%-
XYZ46.3354.6948.67-
YUV190.84119.06115.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=31.40%
G=36.84%
B=31.76%

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
Decimal1732031750.1500.140.2012422.3973.73
HexADCBAFF0E147c164a
Octal255313257170162417426112
Binary101011011100101110101111111101110101001111100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBAF; }

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

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

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

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

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

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

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

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