Html Css Color HEX #A49095 Shady Lady

📋 copy color: '#A49095'

red 164 ◦ green 144 ◦ blue 149

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

Shades of Shady Lady #A49095

Tints of Shady Lady #A49095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 35.89%
G = 31.51%
B = 32.6%

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

#A49095 (or 0xA49095) is known color: Shady Lady. HEX triplet: A4, 90 and 95. RGB value is (164,144,149). Sum of RGB (Red+Green+Blue) = 164+144+149=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A49095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49095 is #5B6F6A. Grayscale: #969696. Windows color (decimal): -5992299 or 9801892. OLE color: 9801892.

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

Color convert

RGB 164 144 149 -
CMYK 0 0.12 0.09 0.36
HSL 345º 0.1% 0.6% -
HSV(B) 345º 0.12% 0.64% -
XYZ 30.71 30.01 32.61 -
YUV 150.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 164 144 149 0 0.12 0.09 0.36 345 0.1 0.6
Hex A4 90 95 0 C 9 24 159 A 3C
Octal 244 220 225 0 14 11 44 531 12 74
Binary 10100100 10010000 10010101 0 1100 1001 100100 101011001 1010 111100

Color Harmonies of #A49095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49095

Black with #A49095

Text Example


Text Example

White with #A49095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49095; }

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

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

background-color css

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

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

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

border-color css

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

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

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