Html Css Color HEX #AD8E95 Viola

📋 copy color: '#AD8E95'

red 173 ◦ green 142 ◦ blue 149

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

Shades of Viola #AD8E95

Tints of Viola #AD8E95

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.6%

 BLUE value IS 149 (58.59% from 255) = 32.11%

R = 37.28%
G = 30.6%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD8E95 (or 0xAD8E95) is known color: Viola. HEX triplet: AD, 8E and 95. RGB value is (173,142,149). Sum of RGB (Red+Green+Blue) = 173+142+149=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E95 is #52716A. Grayscale: #989898. Windows color (decimal): -5402987 or 9801389. OLE color: 9801389.

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

Color convert

RGB 173 142 149 -
CMYK 0 0.18 0.14 0.32
HSL 346.45º 0.16% 0.62% -
HSV(B) 346.45º 0.18% 0.68% -
XYZ 32.33 30.4 32.6 -
YUV 152.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 173 142 149 0 0.18 0.14 0.32 346.45 0.16 0.62
Hex AD 8E 95 0 12 E 20 15A 10 3E
Octal 255 216 225 0 22 16 40 532 20 76
Binary 10101101 10001110 10010101 0 10010 1110 100000 101011010 10000 111110

Color Harmonies of #AD8E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E95

Black with #AD8E95

Text Example


Text Example

White with #AD8E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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