#A78080

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

Shades of Opium #A78080

Tints of Opium #A78080

Color information

#A78080 (or 0xA78080) is unknown color: approx Opium. HEX triplet: A7, 80 and 80. RGB value is (167,128,128). Sum of RGB (Red+Green+Blue) = 167+128+128=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A78080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78080 is #587F7F. Grayscale: #8B8B8B. Windows color (decimal): -5799808 or 8421543. OLE color: 8421543.

HSL color Cylindrical-coordinate representation of color #A78080: hue angle of 0º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A78080 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167128128-
CMYK00.230.230.35
HSL18.14%57.84%-
HSV(B)23.35%65.49%-
XYZ27.5525.2123.84-
YUV139.66121.42147.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=39.48%
G=30.26%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712812800.230.230.35018.1457.84
HexA7808001717230123a
Octal247200200027274302272
Binary10100111100000001000000001011110111100011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78080; }

 p { color: rgb(167,128,128); }

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

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

 a { background-color: rgb(167,128,128); }

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

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

 span { border-color: rgb(167,128,128); }

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