Html Css Color HEX #A49496 Shady Lady

📋 copy color: '#A49496'

red 164 ◦ green 148 ◦ blue 150

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

Shades of Shady Lady #A49496

Tints of Shady Lady #A49496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.47%

R = 35.5%
G = 32.03%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A49496 (or 0xA49496) is known color: Shady Lady. HEX triplet: A4, 94 and 96. RGB value is (164,148,150). Sum of RGB (Red+Green+Blue) = 164+148+150=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49496 is #5B6B69. Grayscale: #999999. Windows color (decimal): -5991274 or 9868452. OLE color: 9868452.

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

Color convert

RGB 164 148 150 -
CMYK 0 0.10 0.09 0.36
HSL 352.5º 0.08% 0.61% -
HSV(B) 352.5º 0.1% 0.64% -
XYZ 31.4 31.27 33.24 -
YUV 153.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 164 148 150 0 0.10 0.09 0.36 352.5 0.08 0.61
Hex A4 94 96 0 A 9 24 160 8 3D
Octal 244 224 226 0 12 11 44 540 10 75
Binary 10100100 10010100 10010110 0 1010 1001 100100 101100000 1000 111101

Color Harmonies of #A49496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49496

Black with #A49496

Text Example


Text Example

White with #A49496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49496; }

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

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

background-color css

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

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

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

border-color css

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

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

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