Html Css Color HEX #A49799 Shady Lady

📋 copy color: '#A49799'

red 164 ◦ green 151 ◦ blue 153

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

Shades of Shady Lady #A49799

Tints of Shady Lady #A49799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.26%

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

R = 35.04%
G = 32.26%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A49799 (or 0xA49799) is known color: Shady Lady. HEX triplet: A4, 97 and 99. RGB value is (164,151,153). Sum of RGB (Red+Green+Blue) = 164+151+153=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A49799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49799 is #5B6866. Grayscale: #9B9B9B. Windows color (decimal): -5990503 or 10065828. OLE color: 10065828.

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

Color convert

RGB 164 151 153 -
CMYK 0 0.08 0.07 0.36
HSL 350.77º 0.07% 0.62% -
HSV(B) 350.77º 0.08% 0.64% -
XYZ 32.13 32.33 34.68 -
YUV 155.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 164 151 153 0 0.08 0.07 0.36 350.77 0.07 0.62
Hex A4 97 99 0 8 7 24 15F 7 3E
Octal 244 227 231 0 10 7 44 537 7 76
Binary 10100100 10010111 10011001 0 1000 111 100100 101011111 111 111110

Color Harmonies of #A49799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49799

Black with #A49799

Text Example


Text Example

White with #A49799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49799; }

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

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

background-color css

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

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

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

border-color css

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

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

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