Html Css Color HEX #A09599 Shady Lady

📋 copy color: '#A09599'

red 160 ◦ green 149 ◦ blue 153

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

Shades of Shady Lady #A09599

Tints of Shady Lady #A09599

RGB

 RED value IS 160 (62.89% from 255) = 34.63%

 GREEN value IS 149 (58.59% from 255) = 32.25%

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

R = 34.63%
G = 32.25%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A09599 (or 0xA09599) is known color: Shady Lady. HEX triplet: A0, 95 and 99. RGB value is (160,149,153). Sum of RGB (Red+Green+Blue) = 160+149+153=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 160 - color contains mainly: red. Hex color #A09599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09599 is #5F6A66. Grayscale: #989898. Windows color (decimal): -6253159 or 10065312. OLE color: 10065312.

HSL color Cylindrical-coordinate representation of color #A09599: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A09599 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 149 153 -
CMYK 0 0.07 0.04 0.37
HSL 338.18º 0.05% 0.61% -
HSV(B) 338.18º 0.07% 0.63% -
XYZ 30.99 31.27 34.54 -
YUV 152.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 160 149 153 0 0.07 0.04 0.37 338.18 0.05 0.61
Hex A0 95 99 0 7 4 25 152 5 3D
Octal 240 225 231 0 7 4 45 522 5 75
Binary 10100000 10010101 10011001 0 111 100 100101 101010010 101 111101

Color Harmonies of #A09599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09599

Black with #A09599

Text Example


Text Example

White with #A09599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09599; }

 p { color: rgb(160,149,153); }

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

background-color css

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

 a { background-color: rgb(160,149,153); }

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

border-color css

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

 span { border-color: rgb(160,149,153); }

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