#A07573

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

Shades of Opium #A07573

Tints of Opium #A07573

Color information

#A07573 (or 0xA07573) is unknown color: approx Opium. HEX triplet: A0, 75 and 73. RGB value is (160,117,115). Sum of RGB (Red+Green+Blue) = 160+117+115=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07573 is #5F8A8C. Grayscale: #818181. Windows color (decimal): -6261389 or 7566752. OLE color: 7566752.

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

Color convert

RGB160117115-
CMYK00.270.280.37
HSL2.67º19.15%53.92%-
HSV(B)2.67º28.12%62.75%-
XYZ23.9521.4319.09-
YUV129.63119.75149.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=40.82%
G=29.85%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011711500.270.280.372.6719.1553.92
HexA0757301B1C2531336
Octal240165163033344532366
Binary1010000011101011110011011011111001001011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07573; }

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

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

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

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

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

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

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

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