#A38681

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

Shades of Opium #A38681

Tints of Opium #A38681

Color information

#A38681 (or 0xA38681) is unknown color: approx Opium. HEX triplet: A3, 86 and 81. RGB value is (163,134,129). Sum of RGB (Red+Green+Blue) = 163+134+129=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A38681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38681 is #5C797E. Grayscale: #8E8E8E. Windows color (decimal): -6060415 or 8488611. OLE color: 8488611.

HSL color Cylindrical-coordinate representation of color #A38681: hue angle of 8.82º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38681 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB163134129-
CMYK00.180.210.36
HSL8.82º15.6%57.25%-
HSV(B)8.82º20.86%63.92%-
XYZ27.5926.4224.41-
YUV142.1120.61142.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=38.26%
G=31.46%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313412900.180.210.368.8215.657.25
HexA38681012152491039
Octal2432062010222544112071
Binary10100011100001101000000101001010101100100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38681; }

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

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

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

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

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

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

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

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