Html Css Color HEX #A49699 Shady Lady

📋 copy color: '#A49699'

red 164 ◦ green 150 ◦ blue 153

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

Shades of Shady Lady #A49699

Tints of Shady Lady #A49699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.12%

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

R = 35.12%
G = 32.12%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A49699 (or 0xA49699) is known color: Shady Lady. HEX triplet: A4, 96 and 99. RGB value is (164,150,153). Sum of RGB (Red+Green+Blue) = 164+150+153=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49699 is #5B6966. Grayscale: #9A9A9A. Windows color (decimal): -5990759 or 10065572. OLE color: 10065572.

HSL color Cylindrical-coordinate representation of color #A49699: hue angle of 347.14º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A49699 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 150 153 -
CMYK 0 0.09 0.07 0.36
HSL 347.14º 0.07% 0.62% -
HSV(B) 347.14º 0.09% 0.64% -
XYZ 31.97 32.01 34.63 -
YUV 154.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 164 150 153 0 0.09 0.07 0.36 347.14 0.07 0.62
Hex A4 96 99 0 9 7 24 15B 7 3E
Octal 244 226 231 0 11 7 44 533 7 76
Binary 10100100 10010110 10011001 0 1001 111 100100 101011011 111 111110

Color Harmonies of #A49699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49699

Black with #A49699

Text Example


Text Example

White with #A49699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49699; }

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

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

background-color css

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

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

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

border-color css

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

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

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