#A48782

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

Shades of Opium #A48782

Tints of Opium #A48782

Color information

#A48782 (or 0xA48782) is unknown color: approx Opium. HEX triplet: A4, 87 and 82. RGB value is (164,135,130). Sum of RGB (Red+Green+Blue) = 164+135+130=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48782 is #5B787D. Grayscale: #8F8F8F. Windows color (decimal): -5994622 or 8554404. OLE color: 8554404.

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

Color convert

RGB164135130-
CMYK00.180.210.36
HSL8.82º15.74%57.65%-
HSV(B)8.82º20.73%64.31%-
XYZ2826.8324.82-
YUV143.1120.61142.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=38.23%
G=31.47%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413513000.180.210.368.8215.7457.65
HexA4878201215249103a
Octal2442072020222544112072
Binary10100100100001111000001001001010101100100100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48782; }

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

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

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

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

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

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

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

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