#A48F98

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

Shades of Shady Lady #A48F98

Tints of Shady Lady #A48F98

Color information

#A48F98 (or 0xA48F98) is unknown color: approx Shady Lady. HEX triplet: A4, 8F and 98. RGB value is (164,143,152). Sum of RGB (Red+Green+Blue) = 164+143+152=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F98 is #5B7067. Grayscale: #969696. Windows color (decimal): -5992552 or 9998244. OLE color: 9998244.

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

Color convert

RGB164143152-
CMYK00.130.070.36
HSL334.29º10.34%60.2%-
HSV(B)334.29º12.8%64.31%-
XYZ30.829.833.84-
YUV150.3128.96137.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=35.73%
G=31.15%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414315200.130.070.36334.2910.3460.2
HexA48F980D72414ea3c
Octal2442172300157445161274
Binary101001001000111110011000011011111001001010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F98; }

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

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

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

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

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

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

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

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