#A08A93

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

Shades of Shady Lady #A08A93

Tints of Shady Lady #A08A93

Color information

#A08A93 (or 0xA08A93) is unknown color: approx Shady Lady. HEX triplet: A0, 8A and 93. RGB value is (160,138,147). Sum of RGB (Red+Green+Blue) = 160+138+147=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A93 is #5F756C. Grayscale: #919191. Windows color (decimal): -6255981 or 9669280. OLE color: 9669280.

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

Color convert

RGB160138147-
CMYK00.140.080.37
HSL335.45º10.38%58.43%-
HSV(B)335.45º13.75%62.75%-
XYZ28.8527.7631.44-
YUV145.6128.79138.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=35.96%
G=31.01%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013814700.140.080.37335.4510.3858.43
HexA08A930E82514fa3a
Octal24021222301610455171272
Binary1010000010001010100100110111010001001011010011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08A93; }

 p { color: rgb(160,138,147); }

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

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

 a { background-color: rgb(160,138,147); }

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

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

 span { border-color: rgb(160,138,147); }

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