#A48D98

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

Shades of Shady Lady #A48D98

Tints of Shady Lady #A48D98

Color information

#A48D98 (or 0xA48D98) is unknown color: approx Shady Lady. HEX triplet: A4, 8D and 98. RGB value is (164,141,152). Sum of RGB (Red+Green+Blue) = 164+141+152=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D98 is #5B7267. Grayscale: #959595. Windows color (decimal): -5993064 or 9997732. OLE color: 9997732.

HSL color Cylindrical-coordinate representation of color #A48D98: hue angle of 331.3º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A48D98 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB164141152-
CMYK00.140.070.36
HSL331.3º11.22%59.8%-
HSV(B)331.3º14.02%64.31%-
XYZ30.529.2133.74-
YUV149.13129.62138.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=35.89%
G=30.85%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414115200.140.070.36331.311.2259.8
HexA48D980E72414bb3c
Octal2442152300167445131374
Binary101001001000110110011000011101111001001010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D98; }

 p { color: rgb(164,141,152); }

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

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

 a { background-color: rgb(164,141,152); }

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

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

 span { border-color: rgb(164,141,152); }

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