Html Css Color HEX #AD9B9F Viola

📋 copy color: '#AD9B9F'

red 173 ◦ green 155 ◦ blue 159

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

Shades of Viola #AD9B9F

Tints of Viola #AD9B9F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 35.52%
G = 31.83%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD9B9F (or 0xAD9B9F) is known color: Viola. HEX triplet: AD, 9B and 9F. RGB value is (173,155,159). Sum of RGB (Red+Green+Blue) = 173+155+159=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B9F is #526460. Grayscale: #A0A0A0. Windows color (decimal): -5399649 or 10460077. OLE color: 10460077.

HSL color Cylindrical-coordinate representation of color #AD9B9F: hue angle of 346.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9B9F is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 155 159 -
CMYK 0 0.10 0.08 0.32
HSL 346.67º 0.1% 0.64% -
HSV(B) 346.67º 0.1% 0.68% -
XYZ 35.21 34.83 37.67 -
YUV 160.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 173 155 159 0 0.10 0.08 0.32 346.67 0.1 0.64
Hex AD 9B 9F 0 A 8 20 15B A 40
Octal 255 233 237 0 12 10 40 533 12 100
Binary 10101101 10011011 10011111 0 1010 1000 100000 101011011 1010 1000000

Color Harmonies of #AD9B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B9F

Black with #AD9B9F

Text Example


Text Example

White with #AD9B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B9F; }

 p { color: rgb(173,155,159); }

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

background-color css

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

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

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

border-color css

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

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

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