#A48787

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

Shades of Opium #A48787

Tints of Opium #A48787

Color information

#A48787 (or 0xA48787) is unknown color: approx Opium. HEX triplet: A4, 87 and 87. RGB value is (164,135,135). Sum of RGB (Red+Green+Blue) = 164+135+135=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48787 is #5B7878. Grayscale: #8F8F8F. Windows color (decimal): -5994617 or 8882084. OLE color: 8882084.

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

Color convert

RGB164135135-
CMYK00.180.180.36
HSL13.74%58.63%-
HSV(B)17.68%64.31%-
XYZ28.3526.9726.63-
YUV143.67123.11142.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=37.79%
G=31.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413513500.180.180.36013.7458.63
HexA4878701212240e3b
Octal244207207022224401673
Binary1010010010000111100001110100101001010010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48787; }

 p { color: rgb(164,135,135); }

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

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

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

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

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

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

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