#A58585

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

Shades of Opium #A58585

Tints of Opium #A58585

Color information

#A58585 (or 0xA58585) is unknown color: approx Opium. HEX triplet: A5, 85 and 85. RGB value is (165,133,133). Sum of RGB (Red+Green+Blue) = 165+133+133=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A58585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58585 is #5A7A7A. Grayscale: #8E8E8E. Windows color (decimal): -5929595 or 8750501. OLE color: 8750501.

HSL color Cylindrical-coordinate representation of color #A58585: hue angle of 0º 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 #A58585 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB165133133-
CMYK00.190.190.35
HSL15.09%58.43%-
HSV(B)19.39%64.71%-
XYZ28.1426.4725.82-
YUV142.57122.6144-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=38.28%
G=30.86%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513313300.190.190.35015.0958.43
HexA5858501313230f3a
Octal245205205023234301772
Binary1010010110000101100001010100111001110001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58585; }

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

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

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

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

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

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

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

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