Html Css Color HEX #A49096 Shady Lady

📋 copy color: '#A49096'

red 164 ◦ green 144 ◦ blue 150

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

Shades of Shady Lady #A49096

Tints of Shady Lady #A49096

RGB

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

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

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

R = 35.81%
G = 31.44%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A49096 (or 0xA49096) is known color: Shady Lady. HEX triplet: A4, 90 and 96. RGB value is (164,144,150). Sum of RGB (Red+Green+Blue) = 164+144+150=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A49096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49096 is #5B6F69. Grayscale: #969696. Windows color (decimal): -5992298 or 9867428. OLE color: 9867428.

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

Color convert

RGB 164 144 150 -
CMYK 0 0.12 0.09 0.36
HSL 342º 0.1% 0.6% -
HSV(B) 342º 0.12% 0.64% -
XYZ 30.79 30.04 33.03 -
YUV 150.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 164 144 150 0 0.12 0.09 0.36 342 0.1 0.6
Hex A4 90 96 0 C 9 24 156 A 3C
Octal 244 220 226 0 14 11 44 526 12 74
Binary 10100100 10010000 10010110 0 1100 1001 100100 101010110 1010 111100

Color Harmonies of #A49096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49096

Black with #A49096

Text Example


Text Example

White with #A49096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49096; }

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

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

background-color css

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

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

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

border-color css

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

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

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