Html Css Color HEX #A5939F Shady Lady

📋 copy color: '#A5939F'

red 165 ◦ green 147 ◦ blue 159

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

Shades of Shady Lady #A5939F

Tints of Shady Lady #A5939F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.21%

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

R = 35.03%
G = 31.21%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5939F (or 0xA5939F) is known color: Shady Lady. HEX triplet: A5, 93 and 9F. RGB value is (165,147,159). Sum of RGB (Red+Green+Blue) = 165+147+159=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 165 - color contains mainly: red. Hex color #A5939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5939F is #5A6C60. Grayscale: #999999. Windows color (decimal): -5925985 or 10458021. OLE color: 10458021.

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

Color convert

RGB 165 147 159 -
CMYK 0 0.11 0.04 0.35
HSL 320º 0.09% 0.61% -
HSV(B) 320º 0.11% 0.65% -
XYZ 32.21 31.37 37.16 -
YUV 153.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 165 147 159 0 0.11 0.04 0.35 320 0.09 0.61
Hex A5 93 9F 0 B 4 23 140 9 3D
Octal 245 223 237 0 13 4 43 500 11 75
Binary 10100101 10010011 10011111 0 1011 100 100011 101000000 1001 111101

Color Harmonies of #A5939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5939F

Black with #A5939F

Text Example


Text Example

White with #A5939F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5939F; }

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

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

background-color css

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

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

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

border-color css

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

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

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