Html Css Color HEX #A3959D Shady Lady

📋 copy color: '#A3959D'

red 163 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #A3959D

Tints of Shady Lady #A3959D

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

 GREEN value IS 149 (58.59% from 255) = 31.77%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 34.75%
G = 31.77%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3959D (or 0xA3959D) is known color: Shady Lady. HEX triplet: A3, 95 and 9D. RGB value is (163,149,157). Sum of RGB (Red+Green+Blue) = 163+149+157=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A3959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3959D is #5C6A62. Grayscale: #9A9A9A. Windows color (decimal): -6056547 or 10327459. OLE color: 10327459.

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

Color convert

RGB 163 149 157 -
CMYK 0 0.09 0.04 0.36
HSL 325.71º 0.07% 0.61% -
HSV(B) 325.71º 0.09% 0.64% -
XYZ 31.94 31.72 36.34 -
YUV 154.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 163 149 157 0 0.09 0.04 0.36 325.71 0.07 0.61
Hex A3 95 9D 0 9 4 24 146 7 3D
Octal 243 225 235 0 11 4 44 506 7 75
Binary 10100011 10010101 10011101 0 1001 100 100100 101000110 111 111101

Color Harmonies of #A3959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3959D

Black with #A3959D

Text Example


Text Example

White with #A3959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3959D; }

 p { color: rgb(163,149,157); }

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

background-color css

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

 a { background-color: rgb(163,149,157); }

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

border-color css

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

 span { border-color: rgb(163,149,157); }

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