#A48B93

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

Shades of Shady Lady #A48B93

Tints of Shady Lady #A48B93

Color information

#A48B93 (or 0xA48B93) is unknown color: approx Shady Lady. HEX triplet: A4, 8B and 93. RGB value is (164,139,147). Sum of RGB (Red+Green+Blue) = 164+139+147=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48B93 is #5B746C. Grayscale: #939393. Windows color (decimal): -5993581 or 9669540. OLE color: 9669540.

HSL color Cylindrical-coordinate representation of color #A48B93: hue angle of 340.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A48B93 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164139147-
CMYK00.150.100.36
HSL340.8º12.08%59.41%-
HSV(B)340.8º15.24%64.31%-
XYZ29.8128.4631.53-
YUV147.39127.78139.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=36.44%
G=30.89%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413914700.150.100.36340.812.0859.41
HexA48B930FA24155c3b
Octal24421322301712445251473
Binary1010010010001011100100110111110101001001010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B93; }

 p { color: rgb(164,139,147); }

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

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

 a { background-color: rgb(164,139,147); }

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

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

 span { border-color: rgb(164,139,147); }

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