#ADCBAD

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

Shades of Zanah #ADCBAD

Tints of Zanah #ADCBAD

Color information

#ADCBAD (or 0xADCBAD) is unknown color: approx Zanah. HEX triplet: AD, CB and AD. RGB value is (173,203,173). Sum of RGB (Red+Green+Blue) = 173+203+173=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBAD is #523452. Grayscale: #BEBEBE. Windows color (decimal): -5387347 or 11389869. OLE color: 11389869.

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

Color convert

RGB173203173-
CMYK0.1500.150.20
HSL120º22.39%73.73%-
HSV(B)120º14.78%79.61%-
XYZ46.1354.6147.65-
YUV190.61118.06115.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=31.51%
G=36.98%
B=31.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031730.1500.150.2012022.3973.73
HexADCBADF0F1478164a
Octal255313255170172417026112
Binary101011011100101110101101111101111101001111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBAD; }

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

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

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

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

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

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

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

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