#A48380

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

Shades of Opium #A48380

Tints of Opium #A48380

Color information

#A48380 (or 0xA48380) is unknown color: approx Opium. HEX triplet: A4, 83 and 80. RGB value is (164,131,128). Sum of RGB (Red+Green+Blue) = 164+131+128=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48380 is #5B7C7F. Grayscale: #8C8C8C. Windows color (decimal): -5995648 or 8422308. OLE color: 8422308.

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

Color convert

RGB164131128-
CMYK00.200.220.36
HSL16.51%57.25%-
HSV(B)21.95%64.31%-
XYZ27.3225.6823.94-
YUV140.52120.93144.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=38.77%
G=30.97%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413112800.200.220.36516.5157.25
HexA48380014162451139
Octal244203200024264452171
Binary1010010010000011100000000101001011010010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48380; }

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

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

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

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

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

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

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

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