#A38685

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

Shades of Opium #A38685

Tints of Opium #A38685

Color information

#A38685 (or 0xA38685) is unknown color: approx Opium. HEX triplet: A3, 86 and 85. RGB value is (163,134,133). Sum of RGB (Red+Green+Blue) = 163+134+133=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 163 - color contains mainly: red. Hex color #A38685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38685 is #5C797A. Grayscale: #8E8E8E. Windows color (decimal): -6060411 or 8750755. OLE color: 8750755.

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

Color convert

RGB163134133-
CMYK00.180.180.36
HSL14.02%58.04%-
HSV(B)18.4%63.92%-
XYZ27.8626.5325.84-
YUV142.56122.61142.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=37.91%
G=31.16%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313413300.180.180.36214.0258.04
HexA3868501212242e3a
Octal243206205022224421672
Binary10100011100001101000010101001010010100100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38685; }

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

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

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

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

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

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

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

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