Html Css Color HEX #A59EA1 Shady Lady

📋 copy color: '#A59EA1'

red 165 ◦ green 158 ◦ blue 161

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

Shades of Shady Lady #A59EA1

Tints of Shady Lady #A59EA1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.64%

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 34.09%
G = 32.64%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A59EA1 (or 0xA59EA1) is known color: Shady Lady. HEX triplet: A5, 9E and A1. RGB value is (165,158,161). Sum of RGB (Red+Green+Blue) = 165+158+161=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A59EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EA1 is #5A615E. Grayscale: #A0A0A0. Windows color (decimal): -5923167 or 10591909. OLE color: 10591909.

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

Color convert

RGB 165 158 161 -
CMYK 0 0.04 0.02 0.35
HSL 334.29º 0.04% 0.63% -
HSV(B) 334.29º 0.04% 0.65% -
XYZ 34.18 35.03 38.68 -
YUV 160.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 165 158 161 0 0.04 0.02 0.35 334.29 0.04 0.63
Hex A5 9E A1 0 4 2 23 14E 4 3F
Octal 245 236 241 0 4 2 43 516 4 77
Binary 10100101 10011110 10100001 0 100 10 100011 101001110 100 111111

Color Harmonies of #A59EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EA1

Black with #A59EA1

Text Example


Text Example

White with #A59EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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