Html Css Color HEX #A49193 Shady Lady

📋 copy color: '#A49193'

red 164 ◦ green 145 ◦ blue 147

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

Shades of Shady Lady #A49193

Tints of Shady Lady #A49193

RGB

 RED value IS 164 (64.45% from 255) = 35.96%

 GREEN value IS 145 (57.03% from 255) = 31.8%

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 35.96%
G = 31.8%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49193 (or 0xA49193) is known color: Shady Lady. HEX triplet: A4, 91 and 93. RGB value is (164,145,147). Sum of RGB (Red+Green+Blue) = 164+145+147=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49193 is #5B6E6C. Grayscale: #969696. Windows color (decimal): -5992045 or 9671076. OLE color: 9671076.

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

Color convert

RGB 164 145 147 -
CMYK 0 0.12 0.10 0.36
HSL 353.68º 0.09% 0.61% -
HSV(B) 353.68º 0.12% 0.64% -
XYZ 30.7 30.25 31.82 -
YUV 150.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 164 145 147 0 0.12 0.10 0.36 353.68 0.09 0.61
Hex A4 91 93 0 C A 24 162 9 3D
Octal 244 221 223 0 14 12 44 542 11 75
Binary 10100100 10010001 10010011 0 1100 1010 100100 101100010 1001 111101

Color Harmonies of #A49193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49193

Black with #A49193

Text Example


Text Example

White with #A49193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49193; }

 p { color: rgb(164,145,147); }

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

background-color css

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

 a { background-color: rgb(164,145,147); }

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

border-color css

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

 span { border-color: rgb(164,145,147); }

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