#A07878

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

Shades of Opium #A07878

Tints of Opium #A07878

Color information

#A07878 (or 0xA07878) is unknown color: approx Opium. HEX triplet: A0, 78 and 78. RGB value is (160,120,120). Sum of RGB (Red+Green+Blue) = 160+120+120=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A07878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07878 is #5F8787. Grayscale: #848484. Windows color (decimal): -6260616 or 7895200. OLE color: 7895200.

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

Color convert

RGB160120120-
CMYK00.250.250.37
HSL17.39%54.9%-
HSV(B)25%62.75%-
XYZ24.622.2620.77-
YUV131.96121.25148-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012012000.250.250.37017.3954.9
HexA07878019192501137
Octal240170170031314502167
Binary101000001111000111100001100111001100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07878; }

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

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

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

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

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

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

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

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