#ADBDAD

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

Shades of Zanah #ADBDAD

Tints of Zanah #ADBDAD

Color information

#ADBDAD (or 0xADBDAD) is unknown color: approx Zanah. HEX triplet: AD, BD and AD. RGB value is (173,189,173). Sum of RGB (Red+Green+Blue) = 173+189+173=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDAD is #524252. Grayscale: #B6B6B6. Windows color (decimal): -5390931 or 11386285. OLE color: 11386285.

HSL color Cylindrical-coordinate representation of color #ADBDAD: hue angle of 120º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDAD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB173189173-
CMYK0.0800.080.26
HSL120º10.81%70.98%-
HSV(B)120º8.47%74.12%-
XYZ42.9748.346.59-
YUV182.39122.7121.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=32.34%
G=35.33%
B=32.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891730.0800.080.2612010.8170.98
HexADBDAD8081A78b47
Octal255275255100103217013107
Binary10101101101111011010110110000100011010111100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDAD; }

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

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

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

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

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

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

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

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