#A48F9B

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

Shades of Shady Lady #A48F9B

Tints of Shady Lady #A48F9B

Color information

#A48F9B (or 0xA48F9B) is unknown color: approx Shady Lady. HEX triplet: A4, 8F and 9B. RGB value is (164,143,155). Sum of RGB (Red+Green+Blue) = 164+143+155=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F9B is #5B7064. Grayscale: #969696. Windows color (decimal): -5992549 or 10194852. OLE color: 10194852.

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

Color convert

RGB164143155-
CMYK00.130.050.36
HSL325.71º10.34%60.2%-
HSV(B)325.71º12.8%64.31%-
XYZ31.0529.935.15-
YUV150.65130.46137.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=35.50%
G=30.95%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414315500.130.050.36325.7110.3460.2
HexA48F9B0D524146a3c
Octal2442172330155445061274
Binary101001001000111110011011011011011001001010001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F9B; }

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

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

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

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

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

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

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

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