#A07875

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

Shades of Opium #A07875

Tints of Opium #A07875

Color information

#A07875 (or 0xA07875) is unknown color: approx Opium. HEX triplet: A0, 78 and 75. RGB value is (160,120,117). Sum of RGB (Red+Green+Blue) = 160+120+117=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07875 is #5F878A. Grayscale: #838383. Windows color (decimal): -6260619 or 7698592. OLE color: 7698592.

HSL color Cylindrical-coordinate representation of color #A07875: hue angle of 4.19º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07875 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB160120117-
CMYK00.250.270.37
HSL4.19º18.45%54.31%-
HSV(B)4.19º26.88%62.75%-
XYZ24.4222.1919.83-
YUV131.62119.75148.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=40.30%
G=30.23%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012011700.250.270.374.1918.4554.31
HexA078750191B2541236
Octal240170165031334542266
Binary10100000111100011101010110011101110010110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07875; }

 p { color: rgb(160,120,117); }

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

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

 a { background-color: rgb(160,120,117); }

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

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

 span { border-color: rgb(160,120,117); }

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