Html Css Color HEX #AD8A96 Viola

📋 copy color: '#AD8A96'

red 173 ◦ green 138 ◦ blue 150

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

Shades of Viola #AD8A96

Tints of Viola #AD8A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 37.53%
G = 29.93%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD8A96 (or 0xAD8A96) is known color: Viola. HEX triplet: AD, 8A and 96. RGB value is (173,138,150). Sum of RGB (Red+Green+Blue) = 173+138+150=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8A96 is #527569. Grayscale: #959595. Windows color (decimal): -5404010 or 9865901. OLE color: 9865901.

HSL color Cylindrical-coordinate representation of color #AD8A96: hue angle of 339.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8A96 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 138 150 -
CMYK 0 0.20 0.13 0.32
HSL 339.43º 0.18% 0.61% -
HSV(B) 339.43º 0.2% 0.68% -
XYZ 31.83 29.26 32.83 -
YUV 149.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 173 138 150 0 0.20 0.13 0.32 339.43 0.18 0.61
Hex AD 8A 96 0 14 D 20 153 12 3D
Octal 255 212 226 0 24 15 40 523 22 75
Binary 10101101 10001010 10010110 0 10100 1101 100000 101010011 10010 111101

Color Harmonies of #AD8A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A96

Black with #AD8A96

Text Example


Text Example

White with #AD8A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A96; }

 p { color: rgb(173,138,150); }

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

background-color css

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

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

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

border-color css

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

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

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