#A58582

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

Shades of Opium #A58582

Tints of Opium #A58582

Color information

#A58582 (or 0xA58582) is unknown color: approx Opium. HEX triplet: A5, 85 and 82. RGB value is (165,133,130). Sum of RGB (Red+Green+Blue) = 165+133+130=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A58582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58582 is #5A7A7D. Grayscale: #8E8E8E. Windows color (decimal): -5929598 or 8553893. OLE color: 8553893.

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

Color convert

RGB165133130-
CMYK00.190.210.35
HSL5.14º16.28%57.84%-
HSV(B)5.14º21.21%64.71%-
XYZ27.9326.3924.74-
YUV142.23121.1144.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=38.55%
G=31.07%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513313000.190.210.355.1416.2857.84
HexA5858201315235103a
Octal245205202023254352072
Binary1010010110000101100000100100111010110001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58582; }

 p { color: rgb(165,133,130); }

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

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

 a { background-color: rgb(165,133,130); }

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

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

 span { border-color: rgb(165,133,130); }

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