#A48C92

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

Shades of Shady Lady #A48C92

Tints of Shady Lady #A48C92

Color information

#A48C92 (or 0xA48C92) is unknown color: approx Shady Lady. HEX triplet: A4, 8C and 92. RGB value is (164,140,146). Sum of RGB (Red+Green+Blue) = 164+140+146=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48C92 is #5B736D. Grayscale: #939393. Windows color (decimal): -5993326 or 9604260. OLE color: 9604260.

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

Color convert

RGB164140146-
CMYK00.150.110.36
HSL345º11.65%59.61%-
HSV(B)345º14.63%64.31%-
XYZ29.8828.7231.16-
YUV147.86126.95139.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=36.44%
G=31.11%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414014600.150.110.3634511.6559.61
HexA48C920FB24159c3c
Octal24421422201713445311474
Binary1010010010001100100100100111110111001001010110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C92; }

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

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

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

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

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

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

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

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