#A99398

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

Shades of Shady Lady #A99398

Tints of Shady Lady #A99398

Color information

#A99398 (or 0xA99398) is unknown color: approx Shady Lady. HEX triplet: A9, 93 and 98. RGB value is (169,147,152). Sum of RGB (Red+Green+Blue) = 169+147+152=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A99398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99398 is #566C67. Grayscale: #9A9A9A. Windows color (decimal): -5663848 or 9999273. OLE color: 9999273.

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

Color convert

RGB169147152-
CMYK00.130.100.34
HSL346.36º11.34%61.96%-
HSV(B)346.36º13.02%66.27%-
XYZ32.4631.5734.09-
YUV154.15126.79138.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 147 (57.81% from 255) = 31.41%
BLUE value IS 152 (59.77% from 255) = 32.48%
R=36.11%
G=31.41%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914715200.130.100.34346.3611.3461.96
HexA993980DA2215ab3e
Octal25122323001512425321376
Binary1010100110010011100110000110110101000101010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99398; }

 p { color: rgb(169,147,152); }

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

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

 a { background-color: rgb(169,147,152); }

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

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

 span { border-color: rgb(169,147,152); }

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