#A48D92

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

Shades of Shady Lady #A48D92

Tints of Shady Lady #A48D92

Color information

#A48D92 (or 0xA48D92) is unknown color: approx Shady Lady. HEX triplet: A4, 8D and 92. RGB value is (164,141,146). Sum of RGB (Red+Green+Blue) = 164+141+146=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D92 is #5B726D. Grayscale: #949494. Windows color (decimal): -5993070 or 9604516. OLE color: 9604516.

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

Color convert

RGB164141146-
CMYK00.140.110.36
HSL346.96º11.22%59.8%-
HSV(B)346.96º14.02%64.31%-
XYZ30.0229.0231.21-
YUV148.45126.62139.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 146 (57.42% from 255) = 32.37%
R=36.36%
G=31.26%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414114600.140.110.36346.9611.2259.8
HexA48D920EB2415bb3c
Octal24421522201613445331374
Binary1010010010001101100100100111010111001001010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D92; }

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

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

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

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

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

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

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

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