#A98992

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

Shades of Shady Lady #A98992

Tints of Shady Lady #A98992

Color information

#A98992 (or 0xA98992) is unknown color: approx Shady Lady. HEX triplet: A9, 89 and 92. RGB value is (169,137,146). Sum of RGB (Red+Green+Blue) = 169+137+146=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A98992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98992 is #56766D. Grayscale: #939393. Windows color (decimal): -5666414 or 9603497. OLE color: 9603497.

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

Color convert

RGB169137146-
CMYK00.190.140.34
HSL343.12º15.69%60%-
HSV(B)343.12º18.93%66.27%-
XYZ30.528.431.07-
YUV147.59127.1143.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=37.39%
G=30.31%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913714600.190.140.34343.1215.6960
HexA98992013E22157103c
Octal25121122202316425272074
Binary101010011000100110010010010011111010001010101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98992; }

 p { color: rgb(169,137,146); }

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

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

 a { background-color: rgb(169,137,146); }

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

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

 span { border-color: rgb(169,137,146); }

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