#A3837D

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

Shades of Opium #A3837D

Tints of Opium #A3837D

Color information

#A3837D (or 0xA3837D) is unknown color: approx Opium. HEX triplet: A3, 83 and 7D. RGB value is (163,131,125). Sum of RGB (Red+Green+Blue) = 163+131+125=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3837D is #5C7C82. Grayscale: #8B8B8B. Windows color (decimal): -6061187 or 8225699. OLE color: 8225699.

HSL color Cylindrical-coordinate representation of color #A3837D: hue angle of 9.47º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3837D is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB163131125-
CMYK00.200.230.36
HSL9.47º17.12%56.47%-
HSV(B)9.47º23.31%63.92%-
XYZ26.9225.522.91-
YUV139.88119.6144.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=38.90%
G=31.26%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313112500.200.230.369.4717.1256.47
HexA3837D014172491138
Octal2432031750242744112170
Binary1010001110000011111110101010010111100100100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3837D; }

 p { color: rgb(163,131,125); }

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

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

 a { background-color: rgb(163,131,125); }

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

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

 span { border-color: rgb(163,131,125); }

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