Html Css Color HEX #AD9096 Viola

📋 copy color: '#AD9096'

red 173 ◦ green 144 ◦ blue 150

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

Shades of Viola #AD9096

Tints of Viola #AD9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.84%

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

R = 37.04%
G = 30.84%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD9096 (or 0xAD9096) is known color: Viola. HEX triplet: AD, 90 and 96. RGB value is (173,144,150). Sum of RGB (Red+Green+Blue) = 173+144+150=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9096 is #526F69. Grayscale: #999999. Windows color (decimal): -5402474 or 9867437. OLE color: 9867437.

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

Color convert

RGB 173 144 150 -
CMYK 0 0.17 0.13 0.32
HSL 347.59º 0.15% 0.62% -
HSV(B) 347.59º 0.17% 0.68% -
XYZ 32.71 31.03 33.12 -
YUV 153.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 173 144 150 0 0.17 0.13 0.32 347.59 0.15 0.62
Hex AD 90 96 0 11 D 20 15C F 3E
Octal 255 220 226 0 21 15 40 534 17 76
Binary 10101101 10010000 10010110 0 10001 1101 100000 101011100 1111 111110

Color Harmonies of #AD9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9096

Black with #AD9096

Text Example


Text Example

White with #AD9096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9096; }

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

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

background-color css

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

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

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

border-color css

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

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

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