Html Css Color HEX #A49497 Shady Lady

📋 copy color: '#A49497'

red 164 ◦ green 148 ◦ blue 151

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

Shades of Shady Lady #A49497

Tints of Shady Lady #A49497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.97%

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

R = 35.42%
G = 31.97%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A49497 (or 0xA49497) is known color: Shady Lady. HEX triplet: A4, 94 and 97. RGB value is (164,148,151). Sum of RGB (Red+Green+Blue) = 164+148+151=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A49497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49497 is #5B6B68. Grayscale: #999999. Windows color (decimal): -5991273 or 9933988. OLE color: 9933988.

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

Color convert

RGB 164 148 151 -
CMYK 0 0.10 0.08 0.36
HSL 348.75º 0.08% 0.61% -
HSV(B) 348.75º 0.1% 0.64% -
XYZ 31.49 31.31 33.66 -
YUV 153.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 164 148 151 0 0.10 0.08 0.36 348.75 0.08 0.61
Hex A4 94 97 0 A 8 24 15D 8 3D
Octal 244 224 227 0 12 10 44 535 10 75
Binary 10100100 10010100 10010111 0 1010 1000 100100 101011101 1000 111101

Color Harmonies of #A49497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49497

Black with #A49497

Text Example


Text Example

White with #A49497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49497; }

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

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

background-color css

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

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

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

border-color css

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

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

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