#A07575

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

Shades of Opium #A07575

Tints of Opium #A07575

Color information

#A07575 (or 0xA07575) is unknown color: approx Opium. HEX triplet: A0, 75 and 75. RGB value is (160,117,117). Sum of RGB (Red+Green+Blue) = 160+117+117=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07575 is #5F8A8A. Grayscale: #818181. Windows color (decimal): -6261387 or 7697824. OLE color: 7697824.

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

Color convert

RGB160117117-
CMYK00.270.270.37
HSL18.45%54.31%-
HSV(B)26.88%62.75%-
XYZ24.0721.4819.71-
YUV129.86120.75149.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=40.61%
G=29.70%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011711700.270.270.37018.4554.31
HexA0757501B1B2501236
Octal240165165033334502266
Binary101000001110101111010101101111011100101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07575; }

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

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

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

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

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

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

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

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