#A3817D

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

Shades of Opium #A3817D

Tints of Opium #A3817D

Color information

#A3817D (or 0xA3817D) is unknown color: approx Opium. HEX triplet: A3, 81 and 7D. RGB value is (163,129,125). Sum of RGB (Red+Green+Blue) = 163+129+125=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3817D is #5C7E82. Grayscale: #8A8A8A. Windows color (decimal): -6061699 or 8225187. OLE color: 8225187.

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

Color convert

RGB163129125-
CMYK00.210.230.36
HSL6.32º17.12%56.47%-
HSV(B)6.32º23.31%63.92%-
XYZ26.6624.9722.82-
YUV138.71120.26145.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=39.09%
G=30.94%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312912500.210.230.366.3217.1256.47
HexA3817D015172461138
Octal243201175025274462170
Binary101000111000000111111010101011011110010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3817D; }

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

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

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

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

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

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

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

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