#A49092

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

Shades of Viola #A49092

Tints of Viola #A49092

Color information

#A49092 (or 0xA49092) is unknown color: approx Viola. HEX triplet: A4, 90 and 92. RGB value is (164,144,146). Sum of RGB (Red+Green+Blue) = 164+144+146=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 164 - color contains mainly: red. Hex color #A49092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49092 is #5B6F6D. Grayscale: #969696. Windows color (decimal): -5992302 or 9605284. OLE color: 9605284.

HSL color Cylindrical-coordinate representation of color #A49092: hue angle of 354º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49092 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164144146-
CMYK00.120.110.36
HSL354º9.9%60.39%-
HSV(B)354º12.2%64.31%-
XYZ30.4729.9131.36-
YUV150.21125.63137.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.12%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=36.12%
G=31.72%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414414600.120.110.363549.960.39
HexA490920CB24162a3c
Octal24422022201413445421274
Binary1010010010010000100100100110010111001001011000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49092; }

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

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

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

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

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

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

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

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