#A07675

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

Shades of Opium #A07675

Tints of Opium #A07675

Color information

#A07675 (or 0xA07675) is unknown color: approx Opium. HEX triplet: A0, 76 and 75. RGB value is (160,118,117). Sum of RGB (Red+Green+Blue) = 160+118+117=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A07675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07675 is #5F898A. Grayscale: #828282. Windows color (decimal): -6261131 or 7698080. OLE color: 7698080.

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

Color convert

RGB160118117-
CMYK00.260.270.37
HSL1.4º18.45%54.31%-
HSV(B)1.4º26.88%62.75%-
XYZ24.1921.7119.75-
YUV130.44120.41149.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=40.51%
G=29.87%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011811700.260.270.371.418.4554.31
HexA0767501A1B2511236
Octal240166165032334512266
Binary101000001110110111010101101011011100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07675; }

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

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

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

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

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

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

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

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