#A19294

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

Shades of Shady Lady #A19294

Tints of Shady Lady #A19294

Color information

#A19294 (or 0xA19294) is unknown color: approx Shady Lady. HEX triplet: A1, 92 and 94. RGB value is (161,146,148). Sum of RGB (Red+Green+Blue) = 161+146+148=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A19294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19294 is #5E6D6B. Grayscale: #969696. Windows color (decimal): -6188396 or 9736865. OLE color: 9736865.

HSL color Cylindrical-coordinate representation of color #A19294: hue angle of 352º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19294 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB161146148-
CMYK00.090.080.37
HSL352º7.39%60.2%-
HSV(B)352º9.32%63.14%-
XYZ30.3230.2732.26-
YUV150.71126.47135.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=35.38%
G=32.09%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114614800.090.080.373527.3960.2
HexA192940982516073c
Octal2412222240111045540774
Binary101000011001001010010100010011000100101101100000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19294; }

 p { color: rgb(161,146,148); }

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

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

 a { background-color: rgb(161,146,148); }

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

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

 span { border-color: rgb(161,146,148); }

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