#A09297

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

Shades of Shady Lady #A09297

Tints of Shady Lady #A09297

Color information

#A09297 (or 0xA09297) is unknown color: approx Shady Lady. HEX triplet: A0, 92 and 97. RGB value is (160,146,151). Sum of RGB (Red+Green+Blue) = 160+146+151=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A09297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09297 is #5F6D68. Grayscale: #969696. Windows color (decimal): -6253929 or 9933472. OLE color: 9933472.

HSL color Cylindrical-coordinate representation of color #A09297: hue angle of 338.57º 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 #A09297 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB160146151-
CMYK00.090.060.37
HSL338.57º6.86%60%-
HSV(B)338.57º8.75%62.75%-
XYZ30.3630.2733.52-
YUV150.76128.14134.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=35.01%
G=31.95%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014615100.090.060.37338.576.8660
HexA092970962515373c
Octal240222227011645523774
Binary10100000100100101001011101001110100101101010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09297; }

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

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

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

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

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

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

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

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