#A07574

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

Shades of Opium #A07574

Tints of Opium #A07574

Color information

#A07574 (or 0xA07574) is unknown color: approx Opium. HEX triplet: A0, 75 and 74. RGB value is (160,117,116). Sum of RGB (Red+Green+Blue) = 160+117+116=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07574 is #5F8A8B. Grayscale: #818181. Windows color (decimal): -6261388 or 7632288. OLE color: 7632288.

HSL color Cylindrical-coordinate representation of color #A07574: hue angle of 1.36º 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 #A07574 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB160117116-
CMYK00.270.280.37
HSL1.36º18.8%54.12%-
HSV(B)1.36º27.5%62.75%-
XYZ24.0121.4619.4-
YUV129.74120.25149.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=40.71%
G=29.77%
B=29.52%

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
Decimal16011711600.270.280.371.3618.854.12
HexA0757401B1C2511336
Octal240165164033344512366
Binary101000001110101111010001101111100100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07574; }

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

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

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

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

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

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

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

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