Html Css Color HEX #A49C9E Shady Lady

📋 copy color: '#A49C9E'

red 164 ◦ green 156 ◦ blue 158

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

Shades of Shady Lady #A49C9E

Tints of Shady Lady #A49C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.05%

R = 34.31%
G = 32.64%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A49C9E (or 0xA49C9E) is known color: Shady Lady. HEX triplet: A4, 9C and 9E. RGB value is (164,156,158). Sum of RGB (Red+Green+Blue) = 164+156+158=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C9E is #5B6361. Grayscale: #9E9E9E. Windows color (decimal): -5989218 or 10394788. OLE color: 10394788.

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

Color convert

RGB 164 156 158 -
CMYK 0 0.05 0.04 0.36
HSL 345º 0.04% 0.63% -
HSV(B) 345º 0.05% 0.64% -
XYZ 33.37 34.14 37.18 -
YUV 158.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 164 156 158 0 0.05 0.04 0.36 345 0.04 0.63
Hex A4 9C 9E 0 5 4 24 159 4 3F
Octal 244 234 236 0 5 4 44 531 4 77
Binary 10100100 10011100 10011110 0 101 100 100100 101011001 100 111111

Color Harmonies of #A49C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C9E

Black with #A49C9E

Text Example


Text Example

White with #A49C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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