Html Css Color HEX #AD8992 Viola

📋 copy color: '#AD8992'

red 173 ◦ green 137 ◦ blue 146

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

Shades of Viola #AD8992

Tints of Viola #AD8992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

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

R = 37.94%
G = 30.04%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD8992 (or 0xAD8992) is known color: Viola. HEX triplet: AD, 89 and 92. RGB value is (173,137,146). Sum of RGB (Red+Green+Blue) = 173+137+146=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8992 is #52766D. Grayscale: #949494. Windows color (decimal): -5404270 or 9603501. OLE color: 9603501.

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

Color convert

RGB 173 137 146 -
CMYK 0 0.21 0.16 0.32
HSL 345º 0.18% 0.61% -
HSV(B) 345º 0.21% 0.68% -
XYZ 31.37 28.85 31.11 -
YUV 148.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 173 137 146 0 0.21 0.16 0.32 345 0.18 0.61
Hex AD 89 92 0 15 10 20 159 12 3D
Octal 255 211 222 0 25 20 40 531 22 75
Binary 10101101 10001001 10010010 0 10101 10000 100000 101011001 10010 111101

Color Harmonies of #AD8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8992

Black with #AD8992

Text Example


Text Example

White with #AD8992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8992; }

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

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

background-color css

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

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

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

border-color css

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

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

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