Html Css Color HEX #A49099 Shady Lady

📋 copy color: '#A49099'

red 164 ◦ green 144 ◦ blue 153

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

Shades of Shady Lady #A49099

Tints of Shady Lady #A49099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 35.57%
G = 31.24%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A49099 (or 0xA49099) is known color: Shady Lady. HEX triplet: A4, 90 and 99. RGB value is (164,144,153). Sum of RGB (Red+Green+Blue) = 164+144+153=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49099 is #5B6F66. Grayscale: #969696. Windows color (decimal): -5992295 or 10064036. OLE color: 10064036.

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

Color convert

RGB 164 144 153 -
CMYK 0 0.12 0.07 0.36
HSL 333º 0.1% 0.6% -
HSV(B) 333º 0.12% 0.64% -
XYZ 31.03 30.14 34.32 -
YUV 151.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 164 144 153 0 0.12 0.07 0.36 333 0.1 0.6
Hex A4 90 99 0 C 7 24 14D A 3C
Octal 244 220 231 0 14 7 44 515 12 74
Binary 10100100 10010000 10011001 0 1100 111 100100 101001101 1010 111100

Color Harmonies of #A49099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49099

Black with #A49099

Text Example


Text Example

White with #A49099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49099; }

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

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

background-color css

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

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

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

border-color css

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

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

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