Html Css Color HEX #AD9092 Viola

📋 copy color: '#AD9092'

red 173 ◦ green 144 ◦ blue 146

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

Shades of Viola #AD9092

Tints of Viola #AD9092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.53%

R = 37.37%
G = 31.1%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD9092 (or 0xAD9092) is known color: Viola. HEX triplet: AD, 90 and 92. RGB value is (173,144,146). Sum of RGB (Red+Green+Blue) = 173+144+146=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9092 is #526F6D. Grayscale: #989898. Windows color (decimal): -5402478 or 9605293. OLE color: 9605293.

HSL color Cylindrical-coordinate representation of color #AD9092: hue angle of 355.86º 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 #AD9092 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 146 -
CMYK 0 0.17 0.16 0.32
HSL 355.86º 0.15% 0.62% -
HSV(B) 355.86º 0.17% 0.68% -
XYZ 32.4 30.91 31.45 -
YUV 152.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 173 144 146 0 0.17 0.16 0.32 355.86 0.15 0.62
Hex AD 90 92 0 11 10 20 164 F 3E
Octal 255 220 222 0 21 20 40 544 17 76
Binary 10101101 10010000 10010010 0 10001 10000 100000 101100100 1111 111110

Color Harmonies of #AD9092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9092

Black with #AD9092

Text Example


Text Example

White with #AD9092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9092; }

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

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

background-color css

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

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

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

border-color css

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

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

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