Html Css Color HEX #A49194 Shady Lady

📋 copy color: '#A49194'

red 164 ◦ green 145 ◦ blue 148

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

Shades of Shady Lady #A49194

Tints of Shady Lady #A49194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 35.89%
G = 31.73%
B = 32.39%

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

#A49194 (or 0xA49194) is known color: Shady Lady. HEX triplet: A4, 91 and 94. RGB value is (164,145,148). Sum of RGB (Red+Green+Blue) = 164+145+148=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49194 is #5B6E6B. Grayscale: #979797. Windows color (decimal): -5992044 or 9736612. OLE color: 9736612.

HSL color Cylindrical-coordinate representation of color #A49194: hue angle of 350.53º 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 #A49194 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 148 -
CMYK 0 0.12 0.10 0.36
HSL 350.53º 0.09% 0.61% -
HSV(B) 350.53º 0.12% 0.64% -
XYZ 30.78 30.28 32.24 -
YUV 151.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 164 145 148 0 0.12 0.10 0.36 350.53 0.09 0.61
Hex A4 91 94 0 C A 24 15F 9 3D
Octal 244 221 224 0 14 12 44 537 11 75
Binary 10100100 10010001 10010100 0 1100 1010 100100 101011111 1001 111101

Color Harmonies of #A49194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49194

Black with #A49194

Text Example


Text Example

White with #A49194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49194; }

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

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

background-color css

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

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

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

border-color css

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

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

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