Html Css Color HEX #AD959A Viola

📋 copy color: '#AD959A'

red 173 ◦ green 149 ◦ blue 154

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

Shades of Viola #AD959A

Tints of Viola #AD959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 36.34%
G = 31.3%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD959A (or 0xAD959A) is known color: Viola. HEX triplet: AD, 95 and 9A. RGB value is (173,149,154). Sum of RGB (Red+Green+Blue) = 173+149+154=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD959A is #526A65. Grayscale: #9C9C9C. Windows color (decimal): -5401190 or 10130861. OLE color: 10130861.

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

Color convert

RGB 173 149 154 -
CMYK 0 0.14 0.11 0.32
HSL 347.5º 0.13% 0.63% -
HSV(B) 347.5º 0.14% 0.68% -
XYZ 33.81 32.71 35.1 -
YUV 156.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 173 149 154 0 0.14 0.11 0.32 347.5 0.13 0.63
Hex AD 95 9A 0 E B 20 15C D 3F
Octal 255 225 232 0 16 13 40 534 15 77
Binary 10101101 10010101 10011010 0 1110 1011 100000 101011100 1101 111111

Color Harmonies of #AD959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD959A

Black with #AD959A

Text Example


Text Example

White with #AD959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD959A; }

 p { color: rgb(173,149,154); }

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

background-color css

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

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

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

border-color css

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

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

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