Html Css Color HEX #AD9197 Viola

📋 copy color: '#AD9197'

red 173 ◦ green 145 ◦ blue 151

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

Shades of Viola #AD9197

Tints of Viola #AD9197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.92%

 BLUE value IS 151 (59.38% from 255) = 32.2%

R = 36.89%
G = 30.92%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD9197 (or 0xAD9197) is known color: Viola. HEX triplet: AD, 91 and 97. RGB value is (173,145,151). Sum of RGB (Red+Green+Blue) = 173+145+151=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9197 is #526E68. Grayscale: #9A9A9A. Windows color (decimal): -5402217 or 9933229. OLE color: 9933229.

HSL color Cylindrical-coordinate representation of color #AD9197: hue angle of 347.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9197 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 151 -
CMYK 0 0.16 0.13 0.32
HSL 347.14º 0.15% 0.62% -
HSV(B) 347.14º 0.16% 0.68% -
XYZ 32.94 31.37 33.6 -
YUV 154.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 173 145 151 0 0.16 0.13 0.32 347.14 0.15 0.62
Hex AD 91 97 0 10 D 20 15B F 3E
Octal 255 221 227 0 20 15 40 533 17 76
Binary 10101101 10010001 10010111 0 10000 1101 100000 101011011 1111 111110

Color Harmonies of #AD9197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9197

Black with #AD9197

Text Example


Text Example

White with #AD9197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9197; }

 p { color: rgb(173,145,151); }

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

background-color css

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

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

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

border-color css

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

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

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