#ADBAAD

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

Shades of Zanah #ADBAAD

Tints of Zanah #ADBAAD

Color information

#ADBAAD (or 0xADBAAD) is unknown color: approx Zanah. HEX triplet: AD, BA and AD. RGB value is (173,186,173). Sum of RGB (Red+Green+Blue) = 173+186+173=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAD is #524552. Grayscale: #B4B4B4. Windows color (decimal): -5391699 or 11385517. OLE color: 11385517.

HSL color Cylindrical-coordinate representation of color #ADBAAD: hue angle of 120º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAAD is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB173186173-
CMYK0.0700.070.27
HSL120º8.61%70.39%-
HSV(B)120º6.99%72.94%-
XYZ42.3447.0246.38-
YUV180.63123.69122.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=32.52%
G=34.96%
B=32.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861730.0700.070.271208.6170.39
HexADBAAD7071B78946
Octal2552722557073317011106
Binary101011011011101010101101111011111011111100010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAAD; }

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

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

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

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

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

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

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

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