Html Css Color HEX #A3959A Shady Lady

📋 copy color: '#A3959A'

red 163 ◦ green 149 ◦ blue 154

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

Shades of Shady Lady #A3959A

Tints of Shady Lady #A3959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.05%

R = 34.98%
G = 31.97%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A3959A (or 0xA3959A) is known color: Shady Lady. HEX triplet: A3, 95 and 9A. RGB value is (163,149,154). Sum of RGB (Red+Green+Blue) = 163+149+154=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A3959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3959A is #5C6A65. Grayscale: #999999. Windows color (decimal): -6056550 or 10130851. OLE color: 10130851.

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

Color convert

RGB 163 149 154 -
CMYK 0 0.09 0.06 0.36
HSL 338.57º 0.07% 0.61% -
HSV(B) 338.57º 0.09% 0.64% -
XYZ 31.68 31.61 35 -
YUV 153.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 163 149 154 0 0.09 0.06 0.36 338.57 0.07 0.61
Hex A3 95 9A 0 9 6 24 153 7 3D
Octal 243 225 232 0 11 6 44 523 7 75
Binary 10100011 10010101 10011010 0 1001 110 100100 101010011 111 111101

Color Harmonies of #A3959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3959A

Black with #A3959A

Text Example


Text Example

White with #A3959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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