Html Css Color HEX #A49097 Shady Lady

📋 copy color: '#A49097'

red 164 ◦ green 144 ◦ blue 151

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

Shades of Shady Lady #A49097

Tints of Shady Lady #A49097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 35.73%
G = 31.37%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A49097 (or 0xA49097) is known color: Shady Lady. HEX triplet: A4, 90 and 97. RGB value is (164,144,151). Sum of RGB (Red+Green+Blue) = 164+144+151=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A49097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49097 is #5B6F68. Grayscale: #969696. Windows color (decimal): -5992297 or 9932964. OLE color: 9932964.

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

Color convert

RGB 164 144 151 -
CMYK 0 0.12 0.08 0.36
HSL 339º 0.1% 0.6% -
HSV(B) 339º 0.12% 0.64% -
XYZ 30.87 30.07 33.46 -
YUV 150.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 164 144 151 0 0.12 0.08 0.36 339 0.1 0.6
Hex A4 90 97 0 C 8 24 153 A 3C
Octal 244 220 227 0 14 10 44 523 12 74
Binary 10100100 10010000 10010111 0 1100 1000 100100 101010011 1010 111100

Color Harmonies of #A49097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49097

Black with #A49097

Text Example


Text Example

White with #A49097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49097; }

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

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

background-color css

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

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

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

border-color css

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

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

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