#A99498

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

Shades of Shady Lady #A99498

Tints of Shady Lady #A99498

Color information

#A99498 (or 0xA99498) is unknown color: approx Shady Lady. HEX triplet: A9, 94 and 98. RGB value is (169,148,152). Sum of RGB (Red+Green+Blue) = 169+148+152=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 169 - color contains mainly: red. Hex color #A99498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99498 is #566B67. Grayscale: #9A9A9A. Windows color (decimal): -5663592 or 9999529. OLE color: 9999529.

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

Color convert

RGB169148152-
CMYK00.120.100.34
HSL348.57º10.88%62.16%-
HSV(B)348.57º12.43%66.27%-
XYZ32.6231.8834.14-
YUV154.73126.46138.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 148 (58.20% from 255) = 31.56%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=36.03%
G=31.56%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914815200.120.100.34348.5710.8862.16
HexA994980CA2215db3e
Octal25122423001412425351376
Binary1010100110010100100110000110010101000101010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99498; }

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

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

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

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

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

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

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

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