Html Css Color HEX #A59C9E Shady Lady

📋 copy color: '#A59C9E'

red 165 ◦ green 156 ◦ blue 158

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

Shades of Shady Lady #A59C9E

Tints of Shady Lady #A59C9E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

 BLUE value IS 158 (62.11% from 255) = 32.99%

R = 34.45%
G = 32.57%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A59C9E (or 0xA59C9E) is known color: Shady Lady. HEX triplet: A5, 9C and 9E. RGB value is (165,156,158). Sum of RGB (Red+Green+Blue) = 165+156+158=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C9E is #5A6361. Grayscale: #9E9E9E. Windows color (decimal): -5923682 or 10394789. OLE color: 10394789.

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

Color convert

RGB 165 156 158 -
CMYK 0 0.05 0.04 0.35
HSL 346.67º 0.05% 0.63% -
HSV(B) 346.67º 0.05% 0.65% -
XYZ 33.58 34.24 37.19 -
YUV 158.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 165 156 158 0 0.05 0.04 0.35 346.67 0.05 0.63
Hex A5 9C 9E 0 5 4 23 15B 5 3F
Octal 245 234 236 0 5 4 43 533 5 77
Binary 10100101 10011100 10011110 0 101 100 100011 101011011 101 111111

Color Harmonies of #A59C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C9E

Black with #A59C9E

Text Example


Text Example

White with #A59C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C9E; }

 p { color: rgb(165,156,158); }

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

background-color css

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

 a { background-color: rgb(165,156,158); }

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

border-color css

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

 span { border-color: rgb(165,156,158); }

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