#A98D91

Color #A98D91 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #A98D91

Tints of Viola #A98D91

Color information

#A98D91 (or 0xA98D91) is unknown color: approx Viola. HEX triplet: A9, 8D and 91. RGB value is (169,141,145). Sum of RGB (Red+Green+Blue) = 169+141+145=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98D91 is #56726E. Grayscale: #959595. Windows color (decimal): -5665391 or 9538985. OLE color: 9538985.

HSL color Cylindrical-coordinate representation of color #A98D91: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A98D91 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169141145-
CMYK00.170.140.34
HSL351.43º14%60.78%-
HSV(B)351.43º16.57%66.27%-
XYZ3129.5330.85-
YUV149.83125.28141.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 145 (57.03% from 255) = 31.87%
R=37.14%
G=30.99%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914114500.170.140.34351.431460.78
HexA98D91011E2215fe3d
Octal25121522102116425371675
Binary10101001100011011001000101000111101000101010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D91; }

 p { color: rgb(169,141,145); }

 H1.HeaderClassName
 {
   color: #A98D91;
 }
 .AnyTagClassName
 {
   color: #A98D91;
 }
</style>
background-color css

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

 a { background-color: rgb(169,141,145); }

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

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

 span { border-color: rgb(169,141,145); }

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