Html Css Color HEX #A59099 Shady Lady

📋 copy color: '#A59099'

red 165 ◦ green 144 ◦ blue 153

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

Shades of Shady Lady #A59099

Tints of Shady Lady #A59099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.17%

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 35.71%
G = 31.17%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A59099 (or 0xA59099) is known color: Shady Lady. HEX triplet: A5, 90 and 99. RGB value is (165,144,153). Sum of RGB (Red+Green+Blue) = 165+144+153=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A59099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59099 is #5A6F66. Grayscale: #979797. Windows color (decimal): -5926759 or 10064037. OLE color: 10064037.

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

Color convert

RGB 165 144 153 -
CMYK 0 0.13 0.07 0.35
HSL 334.29º 0.1% 0.61% -
HSV(B) 334.29º 0.13% 0.65% -
XYZ 31.24 30.25 34.33 -
YUV 151.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 165 144 153 0 0.13 0.07 0.35 334.29 0.1 0.61
Hex A5 90 99 0 D 7 23 14E A 3D
Octal 245 220 231 0 15 7 43 516 12 75
Binary 10100101 10010000 10011001 0 1101 111 100011 101001110 1010 111101

Color Harmonies of #A59099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59099

Black with #A59099

Text Example


Text Example

White with #A59099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59099; }

 p { color: rgb(165,144,153); }

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

background-color css

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

 a { background-color: rgb(165,144,153); }

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

border-color css

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

 span { border-color: rgb(165,144,153); }

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