#A09099

Color #A09099 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A09099

Tints of Shady Lady #A09099

Color information

#A09099 (or 0xA09099) is unknown color: approx Shady Lady. HEX triplet: A0, 90 and 99. RGB value is (160,144,153). Sum of RGB (Red+Green+Blue) = 160+144+153=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A09099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09099 is #5F6F66. Grayscale: #959595. Windows color (decimal): -6254439 or 10064032. OLE color: 10064032.

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

Color convert

RGB160144153-
CMYK00.10.040.37
HSL326.25º7.77%59.61%-
HSV(B)326.25º10%62.75%-
XYZ30.2229.7234.28-
YUV149.81129.8135.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=35.01%
G=31.51%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014415300.10.040.37326.257.7759.61
HexA090990A42514683c
Octal2402202310124455061074
Binary101000001001000010011001010101001001011010001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09099; }

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

 H1.HeaderClassName
 {
   color: #A09099;
 }
 .AnyTagClassName
 {
   color: #A09099;
 }
</style>
background-color css

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

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

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

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

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

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