#A58785

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

Shades of Opium #A58785

Tints of Opium #A58785

Color information

#A58785 (or 0xA58785) is unknown color: approx Opium. HEX triplet: A5, 87 and 85. RGB value is (165,135,133). Sum of RGB (Red+Green+Blue) = 165+135+133=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58785 is #5A787A. Grayscale: #8F8F8F. Windows color (decimal): -5929083 or 8751013. OLE color: 8751013.

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

Color convert

RGB165135133-
CMYK00.180.190.35
HSL3.75º15.09%58.43%-
HSV(B)3.75º19.39%64.71%-
XYZ28.4127.0225.91-
YUV143.74121.94143.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=38.11%
G=31.18%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513513300.180.190.353.7515.0958.43
HexA5878501213234f3a
Octal245207205022234341772
Binary101001011000011110000101010010100111000111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58785; }

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

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

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

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

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

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

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

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