#A78483

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

Shades of Opium #A78483

Tints of Opium #A78483

Color information

#A78483 (or 0xA78483) is unknown color: approx Opium. HEX triplet: A7, 84 and 83. RGB value is (167,132,131). Sum of RGB (Red+Green+Blue) = 167+132+131=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A78483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78483 is #587B7C. Grayscale: #8E8E8E. Windows color (decimal): -5798781 or 8619175. OLE color: 8619175.

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

Color convert

RGB167132131-
CMYK00.210.220.35
HSL1.67º16.98%58.43%-
HSV(B)1.67º21.56%65.49%-
XYZ28.2826.3625.07-
YUV142.35121.6145.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=38.84%
G=30.70%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713213100.210.220.351.6716.9858.43
HexA7848301516232113a
Octal247204203025264322172
Binary101001111000010010000011010101101101000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78483; }

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

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

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

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

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

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

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

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