Html Css Color HEX #AD979A Viola

📋 copy color: '#AD979A'

red 173 ◦ green 151 ◦ blue 154

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

Shades of Viola #AD979A

Tints of Viola #AD979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

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

R = 36.19%
G = 31.59%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD979A (or 0xAD979A) is known color: Viola. HEX triplet: AD, 97 and 9A. RGB value is (173,151,154). Sum of RGB (Red+Green+Blue) = 173+151+154=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD979A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD979A is #526865. Grayscale: #9D9D9D. Windows color (decimal): -5400678 or 10131373. OLE color: 10131373.

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

Color convert

RGB 173 151 154 -
CMYK 0 0.13 0.11 0.32
HSL 351.82º 0.12% 0.64% -
HSV(B) 351.82º 0.13% 0.68% -
XYZ 34.13 33.35 35.21 -
YUV 157.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 173 151 154 0 0.13 0.11 0.32 351.82 0.12 0.64
Hex AD 97 9A 0 D B 20 160 C 40
Octal 255 227 232 0 15 13 40 540 14 100
Binary 10101101 10010111 10011010 0 1101 1011 100000 101100000 1100 1000000

Color Harmonies of #AD979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD979A

Black with #AD979A

Text Example


Text Example

White with #AD979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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