#A78481

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

Shades of Opium #A78481

Tints of Opium #A78481

Color information

#A78481 (or 0xA78481) is unknown color: approx Opium. HEX triplet: A7, 84 and 81. RGB value is (167,132,129). Sum of RGB (Red+Green+Blue) = 167+132+129=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 167 - color contains mainly: red. Hex color #A78481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78481 is #587B7E. Grayscale: #8E8E8E. Windows color (decimal): -5798783 or 8488103. OLE color: 8488103.

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

Color convert

RGB167132129-
CMYK00.210.230.35
HSL4.74º17.76%58.04%-
HSV(B)4.74º22.75%65.49%-
XYZ28.1526.324.36-
YUV142.12120.6145.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.02%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 129 (50.78% from 255) = 30.14%
R=39.02%
G=30.84%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713212900.210.230.354.7417.7658.04
HexA7848101517235123a
Octal247204201025274352272
Binary1010011110000100100000010101011011110001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78481; }

 p { color: rgb(167,132,129); }

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

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

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

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

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

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

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