#A38080

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

Shades of Opium #A38080

Tints of Opium #A38080

Color information

#A38080 (or 0xA38080) is unknown color: approx Opium. HEX triplet: A3, 80 and 80. RGB value is (163,128,128). Sum of RGB (Red+Green+Blue) = 163+128+128=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A38080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38080 is #5C7F7F. Grayscale: #8A8A8A. Windows color (decimal): -6061952 or 8421539. OLE color: 8421539.

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

Color convert

RGB163128128-
CMYK00.210.210.36
HSL15.98%57.06%-
HSV(B)21.47%63.92%-
XYZ26.7224.7823.8-
YUV138.46122.1145.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=38.90%
G=30.55%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312812800.210.210.36015.9857.06
HexA38080015152401039
Octal243200200025254402071
Binary10100011100000001000000001010110101100100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38080; }

 p { color: rgb(163,128,128); }

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

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

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

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

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

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

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