#A48383

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

Shades of Opium #A48383

Tints of Opium #A48383

Color information

#A48383 (or 0xA48383) is unknown color: approx Opium. HEX triplet: A4, 83 and 83. RGB value is (164,131,131). Sum of RGB (Red+Green+Blue) = 164+131+131=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48383 is #5B7C7C. Grayscale: #8C8C8C. Windows color (decimal): -5995645 or 8618916. OLE color: 8618916.

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

Color convert

RGB164131131-
CMYK00.200.200.36
HSL15.35%57.84%-
HSV(B)20.12%64.31%-
XYZ27.5225.7625-
YUV140.87122.43144.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=38.50%
G=30.75%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413113100.200.200.36015.3557.84
HexA4838301414240f3a
Octal244203203024244401772
Binary1010010010000011100000110101001010010010001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48383; }

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

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

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

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

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

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

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

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