Html Css Color HEX #A59CA1 Shady Lady

📋 copy color: '#A59CA1'

red 165 ◦ green 156 ◦ blue 161

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

Shades of Shady Lady #A59CA1

Tints of Shady Lady #A59CA1

RGB

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

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

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

R = 34.23%
G = 32.37%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A59CA1 (or 0xA59CA1) is known color: Shady Lady. HEX triplet: A5, 9C and A1. RGB value is (165,156,161). Sum of RGB (Red+Green+Blue) = 165+156+161=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 165 - color contains mainly: red. Hex color #A59CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA1 is #5A635E. Grayscale: #9F9F9F. Windows color (decimal): -5923679 or 10591397. OLE color: 10591397.

HSL color Cylindrical-coordinate representation of color #A59CA1: hue angle of 326.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 #A59CA1 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 156 161 -
CMYK 0 0.05 0.02 0.35
HSL 326.67º 0.05% 0.63% -
HSV(B) 326.67º 0.05% 0.65% -
XYZ 33.84 34.35 38.56 -
YUV 159.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 165 156 161 0 0.05 0.02 0.35 326.67 0.05 0.63
Hex A5 9C A1 0 5 2 23 147 5 3F
Octal 245 234 241 0 5 2 43 507 5 77
Binary 10100101 10011100 10100001 0 101 10 100011 101000111 101 111111

Color Harmonies of #A59CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CA1

Black with #A59CA1

Text Example


Text Example

White with #A59CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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