#A58581

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

Shades of Opium #A58581

Tints of Opium #A58581

Color information

#A58581 (or 0xA58581) is unknown color: approx Opium. HEX triplet: A5, 85 and 81. RGB value is (165,133,129). Sum of RGB (Red+Green+Blue) = 165+133+129=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A58581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58581 is #5A7A7E. Grayscale: #8E8E8E. Windows color (decimal): -5929599 or 8488357. OLE color: 8488357.

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

Color convert

RGB165133129-
CMYK00.190.220.35
HSL6.67º16.67%57.65%-
HSV(B)6.67º21.82%64.71%-
XYZ27.8726.3624.39-
YUV142.11120.6144.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=38.64%
G=31.15%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513312900.190.220.356.6716.6757.65
HexA5858101316237113a
Octal245205201023264372172
Binary1010010110000101100000010100111011010001111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58581; }

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

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

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

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

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

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

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

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