Html Css Color HEX #ADB9AD Zanah

📋 copy color: '#ADB9AD'

red 173 ◦ green 185 ◦ blue 173

#ADB9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ADB9AD

Tints of Zanah #ADB9AD

RGB

 RED value IS 173 (67.97% from 255) = 32.58%

 GREEN value IS 185 (72.66% from 255) = 34.84%

 BLUE value IS 173 (67.97% from 255) = 32.58%

R = 32.58%
G = 34.84%
B = 32.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#ADB9AD (or 0xADB9AD) is known color: Zanah. HEX triplet: AD, B9 and AD. RGB value is (173,185,173). Sum of RGB (Red+Green+Blue) = 173+185+173=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9AD is #524652. Grayscale: #B4B4B4. Windows color (decimal): -5391955 or 11385261. OLE color: 11385261.

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

Color convert

RGB 173 185 173 -
CMYK 0.06 0 0.06 0.27
HSL 120º 0.08% 0.7% -
HSV(B) 120º 0.06% 0.73% -
XYZ 42.13 46.6 46.31 -
YUV 180.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 173 185 173 0.06 0 0.06 0.27 120 0.08 0.7
Hex AD B9 AD 6 0 6 1B 78 8 46
Octal 255 271 255 6 0 6 33 170 10 106
Binary 10101101 10111001 10101101 110 0 110 11011 1111000 1000 1000110

Color Harmonies of #ADB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9AD

Black with #ADB9AD

Text Example


Text Example

White with #ADB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9AD; }

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

 H1.HeaderClassName
 {
   color: #ADB9AD;
 }
 .AnyTagClassName
 {
   color: #ADB9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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