#A99197

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

Shades of Shady Lady #A99197

Tints of Shady Lady #A99197

Color information

#A99197 (or 0xA99197) is unknown color: approx Shady Lady. HEX triplet: A9, 91 and 97. RGB value is (169,145,151). Sum of RGB (Red+Green+Blue) = 169+145+151=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A99197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99197 is #566E68. Grayscale: #989898. Windows color (decimal): -5664361 or 9933225. OLE color: 9933225.

HSL color Cylindrical-coordinate representation of color #A99197: hue angle of 345º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A99197 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB169145151-
CMYK00.140.110.34
HSL345º12.24%61.57%-
HSV(B)345º14.2%66.27%-
XYZ32.0730.9233.56-
YUV152.86126.95139.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=36.34%
G=31.18%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914515100.140.110.3434512.2461.57
HexA991970EB22159c3e
Octal25122122701613425311476
Binary1010100110010001100101110111010111000101010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99197; }

 p { color: rgb(169,145,151); }

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

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

 a { background-color: rgb(169,145,151); }

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

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

 span { border-color: rgb(169,145,151); }

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