Html Css Color HEX #A49C9F Shady Lady

📋 copy color: '#A49C9F'

red 164 ◦ green 156 ◦ blue 159

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

Shades of Shady Lady #A49C9F

Tints of Shady Lady #A49C9F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

 BLUE value IS 159 (62.5% from 255) = 33.19%

R = 34.24%
G = 32.57%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A49C9F (or 0xA49C9F) is known color: Shady Lady. HEX triplet: A4, 9C and 9F. RGB value is (164,156,159). Sum of RGB (Red+Green+Blue) = 164+156+159=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C9F is #5B6360. Grayscale: #9E9E9E. Windows color (decimal): -5989217 or 10460324. OLE color: 10460324.

HSL color Cylindrical-coordinate representation of color #A49C9F: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A49C9F is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 159 -
CMYK 0 0.05 0.03 0.36
HSL 337.5º 0.04% 0.63% -
HSV(B) 337.5º 0.05% 0.64% -
XYZ 33.46 34.17 37.63 -
YUV 158.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 164 156 159 0 0.05 0.03 0.36 337.5 0.04 0.63
Hex A4 9C 9F 0 5 3 24 152 4 3F
Octal 244 234 237 0 5 3 44 522 4 77
Binary 10100100 10011100 10011111 0 101 11 100100 101010010 100 111111

Color Harmonies of #A49C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C9F

Black with #A49C9F

Text Example


Text Example

White with #A49C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C9F; }

 p { color: rgb(164,156,159); }

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

background-color css

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

 a { background-color: rgb(164,156,159); }

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

border-color css

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

 span { border-color: rgb(164,156,159); }

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