Html Css Color HEX #A59AA1 Shady Lady

📋 copy color: '#A59AA1'

red 165 ◦ green 154 ◦ blue 161

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

Shades of Shady Lady #A59AA1

Tints of Shady Lady #A59AA1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

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

R = 34.38%
G = 32.08%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A59AA1 (or 0xA59AA1) is known color: Shady Lady. HEX triplet: A5, 9A and A1. RGB value is (165,154,161). Sum of RGB (Red+Green+Blue) = 165+154+161=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 165 - color contains mainly: red. Hex color #A59AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AA1 is #5A655E. Grayscale: #9E9E9E. Windows color (decimal): -5924191 or 10590885. OLE color: 10590885.

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

Color convert

RGB 165 154 161 -
CMYK 0 0.07 0.02 0.35
HSL 321.82º 0.06% 0.63% -
HSV(B) 321.82º 0.07% 0.65% -
XYZ 33.51 33.68 38.45 -
YUV 158.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 165 154 161 0 0.07 0.02 0.35 321.82 0.06 0.63
Hex A5 9A A1 0 7 2 23 142 6 3F
Octal 245 232 241 0 7 2 43 502 6 77
Binary 10100101 10011010 10100001 0 111 10 100011 101000010 110 111111

Color Harmonies of #A59AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59AA1

Black with #A59AA1

Text Example


Text Example

White with #A59AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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