Html Css Color HEX #A59CA0 Shady Lady

📋 copy color: '#A59CA0'

red 165 ◦ green 156 ◦ blue 160

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

Shades of Shady Lady #A59CA0

Tints of Shady Lady #A59CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 34.3%
G = 32.43%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A59CA0 (or 0xA59CA0) is known color: Shady Lady. HEX triplet: A5, 9C and A0. RGB value is (165,156,160). Sum of RGB (Red+Green+Blue) = 165+156+160=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 165 - color contains mainly: red. Hex color #A59CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CA0 is #5A635F. Grayscale: #9F9F9F. Windows color (decimal): -5923680 or 10525861. OLE color: 10525861.

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

Color convert

RGB 165 156 160 -
CMYK 0 0.05 0.03 0.35
HSL 333.33º 0.05% 0.63% -
HSV(B) 333.33º 0.05% 0.65% -
XYZ 33.75 34.31 38.1 -
YUV 159.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 165 156 160 0 0.05 0.03 0.35 333.33 0.05 0.63
Hex A5 9C A0 0 5 3 23 14D 5 3F
Octal 245 234 240 0 5 3 43 515 5 77
Binary 10100101 10011100 10100000 0 101 11 100011 101001101 101 111111

Color Harmonies of #A59CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59CA0

Black with #A59CA0

Text Example


Text Example

White with #A59CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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