#A09299

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

Shades of Shady Lady #A09299

Tints of Shady Lady #A09299

Color information

#A09299 (or 0xA09299) is unknown color: approx Shady Lady. HEX triplet: A0, 92 and 99. RGB value is (160,146,153). Sum of RGB (Red+Green+Blue) = 160+146+153=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09299 is #5F6D66. Grayscale: #969696. Windows color (decimal): -6253927 or 10064544. OLE color: 10064544.

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

Color convert

RGB160146153-
CMYK00.090.040.37
HSL330º6.86%60%-
HSV(B)330º8.75%62.75%-
XYZ30.5330.3334.38-
YUV150.98129.14134.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=34.86%
G=31.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014615300.090.040.373306.8660
HexA092990942514a73c
Octal240222231011445512774
Binary10100000100100101001100101001100100101101001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09299; }

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

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

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

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

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

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

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

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