#A18681

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

Shades of Opium #A18681

Tints of Opium #A18681

Color information

#A18681 (or 0xA18681) is unknown color: approx Opium. HEX triplet: A1, 86 and 81. RGB value is (161,134,129). Sum of RGB (Red+Green+Blue) = 161+134+129=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A18681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18681 is #5E797E. Grayscale: #8D8D8D. Windows color (decimal): -6191487 or 8488609. OLE color: 8488609.

HSL color Cylindrical-coordinate representation of color #A18681: hue angle of 9.38º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18681 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB161134129-
CMYK00.170.200.37
HSL9.38º14.55%56.86%-
HSV(B)9.38º19.88%63.14%-
XYZ27.1926.2124.4-
YUV141.5120.95141.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.97%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=37.97%
G=31.60%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113412900.170.200.379.3814.5556.86
HexA1868101114259f39
Octal2412062010212445111771
Binary1010000110000110100000010100011010010010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18681; }

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

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

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

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

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

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

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

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