Html Css Color HEX #A5949F Shady Lady

📋 copy color: '#A5949F'

red 165 ◦ green 148 ◦ blue 159

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

Shades of Shady Lady #A5949F

Tints of Shady Lady #A5949F

RGB

 RED value IS 165 (64.84% from 255) = 34.96%

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 34.96%
G = 31.36%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5949F (or 0xA5949F) is known color: Shady Lady. HEX triplet: A5, 94 and 9F. RGB value is (165,148,159). Sum of RGB (Red+Green+Blue) = 165+148+159=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A5949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5949F is #5A6B60. Grayscale: #9A9A9A. Windows color (decimal): -5925729 or 10458277. OLE color: 10458277.

HSL color Cylindrical-coordinate representation of color #A5949F: hue angle of 321.18º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5949F is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 159 -
CMYK 0 0.10 0.04 0.35
HSL 321.18º 0.09% 0.61% -
HSV(B) 321.18º 0.1% 0.65% -
XYZ 32.36 31.68 37.21 -
YUV 154.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 165 148 159 0 0.10 0.04 0.35 321.18 0.09 0.61
Hex A5 94 9F 0 A 4 23 141 9 3D
Octal 245 224 237 0 12 4 43 501 11 75
Binary 10100101 10010100 10011111 0 1010 100 100011 101000001 1001 111101

Color Harmonies of #A5949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5949F

Black with #A5949F

Text Example


Text Example

White with #A5949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5949F; }

 p { color: rgb(165,148,159); }

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

background-color css

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

 a { background-color: rgb(165,148,159); }

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

border-color css

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

 span { border-color: rgb(165,148,159); }

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