#A48381

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

Shades of Opium #A48381

Tints of Opium #A48381

Color information

#A48381 (or 0xA48381) is unknown color: approx Opium. HEX triplet: A4, 83 and 81. RGB value is (164,131,129). Sum of RGB (Red+Green+Blue) = 164+131+129=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48381 is #5B7C7E. Grayscale: #8C8C8C. Windows color (decimal): -5995647 or 8487844. OLE color: 8487844.

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

Color convert

RGB164131129-
CMYK00.200.210.36
HSL3.43º16.13%57.45%-
HSV(B)3.43º21.34%64.31%-
XYZ27.3925.7124.29-
YUV140.64121.43144.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=38.68%
G=30.90%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413112900.200.210.363.4316.1357.45
HexA48381014152431039
Octal244203201024254432071
Binary101001001000001110000001010100101011001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48381; }

 p { color: rgb(164,131,129); }

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

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

 a { background-color: rgb(164,131,129); }

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

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

 span { border-color: rgb(164,131,129); }

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