#A3827D

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

Shades of Opium #A3827D

Tints of Opium #A3827D

Color information

#A3827D (or 0xA3827D) is unknown color: approx Opium. HEX triplet: A3, 82 and 7D. RGB value is (163,130,125). Sum of RGB (Red+Green+Blue) = 163+130+125=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3827D is #5C7D82. Grayscale: #8B8B8B. Windows color (decimal): -6061443 or 8225443. OLE color: 8225443.

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

Color convert

RGB163130125-
CMYK00.200.230.36
HSL7.89º17.12%56.47%-
HSV(B)7.89º23.31%63.92%-
XYZ26.7925.2322.86-
YUV139.3119.93144.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=39.00%
G=31.10%
B=29.90%

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
Decimal16313012500.200.230.367.8917.1256.47
HexA3827D014172481138
Octal2432021750242744102170
Binary1010001110000010111110101010010111100100100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3827D; }

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

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

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

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

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

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

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

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