#A48784

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

Shades of Opium #A48784

Tints of Opium #A48784

Color information

#A48784 (or 0xA48784) is unknown color: approx Opium. HEX triplet: A4, 87 and 84. RGB value is (164,135,132). Sum of RGB (Red+Green+Blue) = 164+135+132=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48784 is #5B787B. Grayscale: #8F8F8F. Windows color (decimal): -5994620 or 8685476. OLE color: 8685476.

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

Color convert

RGB164135132-
CMYK00.180.200.36
HSL5.63º14.95%58.04%-
HSV(B)5.63º19.51%64.31%-
XYZ28.1426.8925.54-
YUV143.33121.61142.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=38.05%
G=31.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413513200.180.200.365.6314.9558.04
HexA4878401214246f3a
Octal244207204022244461772
Binary101001001000011110000100010010101001001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48784; }

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

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

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

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

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

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

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

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