#A89298

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

Shades of Shady Lady #A89298

Tints of Shady Lady #A89298

Color information

#A89298 (or 0xA89298) is unknown color: approx Shady Lady. HEX triplet: A8, 92 and 98. RGB value is (168,146,152). Sum of RGB (Red+Green+Blue) = 168+146+152=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A89298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89298 is #576D67. Grayscale: #999999. Windows color (decimal): -5729640 or 9999016. OLE color: 9999016.

HSL color Cylindrical-coordinate representation of color #A89298: hue angle of 343.64º 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 #A89298 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB168146152-
CMYK00.130.100.34
HSL343.64º11.22%61.57%-
HSV(B)343.64º13.1%65.88%-
XYZ32.0931.1534.03-
YUV153.26127.29138.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=36.05%
G=31.33%
B=32.62%

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
Decimal16814615200.130.100.34343.6411.2261.57
HexA892980DA22158b3e
Octal25022223001512425301376
Binary1010100010010010100110000110110101000101010110001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89298; }

 p { color: rgb(168,146,152); }

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

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

 a { background-color: rgb(168,146,152); }

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

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

 span { border-color: rgb(168,146,152); }

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