Html Css Color HEX #A1959D Shady Lady

📋 copy color: '#A1959D'

red 161 ◦ green 149 ◦ blue 157

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

Shades of Shady Lady #A1959D

Tints of Shady Lady #A1959D

RGB

 RED value IS 161 (63.28% from 255) = 34.48%

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

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

R = 34.48%
G = 31.91%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1959D (or 0xA1959D) is known color: Shady Lady. HEX triplet: A1, 95 and 9D. RGB value is (161,149,157). Sum of RGB (Red+Green+Blue) = 161+149+157=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 161 - color contains mainly: red. Hex color #A1959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1959D is #5E6A62. Grayscale: #999999. Windows color (decimal): -6187619 or 10327457. OLE color: 10327457.

HSL color Cylindrical-coordinate representation of color #A1959D: hue angle of 320º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1959D is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 149 157 -
CMYK 0 0.07 0.02 0.37
HSL 320º 0.06% 0.61% -
HSV(B) 320º 0.07% 0.63% -
XYZ 31.53 31.51 36.32 -
YUV 153.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 161 149 157 0 0.07 0.02 0.37 320 0.06 0.61
Hex A1 95 9D 0 7 2 25 140 6 3D
Octal 241 225 235 0 7 2 45 500 6 75
Binary 10100001 10010101 10011101 0 111 10 100101 101000000 110 111101

Color Harmonies of #A1959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1959D

Black with #A1959D

Text Example


Text Example

White with #A1959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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