#A0827D

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

Shades of Opium #A0827D

Tints of Opium #A0827D

Color information

#A0827D (or 0xA0827D) is unknown color: approx Opium. HEX triplet: A0, 82 and 7D. RGB value is (160,130,125). Sum of RGB (Red+Green+Blue) = 160+130+125=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A0827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0827D is #5F7D82. Grayscale: #8A8A8A. Windows color (decimal): -6258051 or 8225440. OLE color: 8225440.

HSL color Cylindrical-coordinate representation of color #A0827D: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0827D is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB160130125-
CMYK00.190.220.37
HSL8.57º15.56%55.88%-
HSV(B)8.57º21.88%62.75%-
XYZ26.1824.9222.83-
YUV138.4120.44143.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=38.55%
G=31.33%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013012500.190.220.378.5715.5655.88
HexA0827D013162591038
Octal2402021750232645112070
Binary1010000010000010111110101001110110100101100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0827D; }

 p { color: rgb(160,130,125); }

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

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

 a { background-color: rgb(160,130,125); }

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

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

 span { border-color: rgb(160,130,125); }

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