#A07975

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

Shades of Opium #A07975

Tints of Opium #A07975

Color information

#A07975 (or 0xA07975) is unknown color: approx Opium. HEX triplet: A0, 79 and 75. RGB value is (160,121,117). Sum of RGB (Red+Green+Blue) = 160+121+117=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A07975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07975 is #5F868A. Grayscale: #848484. Windows color (decimal): -6260363 or 7698848. OLE color: 7698848.

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

Color convert

RGB160121117-
CMYK00.240.270.37
HSL5.58º18.45%54.31%-
HSV(B)5.58º26.88%62.75%-
XYZ24.5522.4319.87-
YUV132.2119.42147.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=40.20%
G=30.40%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012111700.240.270.375.5818.4554.31
HexA079750181B2561236
Octal240171165030334562266
Binary10100000111100111101010110001101110010111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07975; }

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

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

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

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

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

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

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

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