#A48080

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

Shades of Opium #A48080

Tints of Opium #A48080

Color information

#A48080 (or 0xA48080) is unknown color: approx Opium. HEX triplet: A4, 80 and 80. RGB value is (164,128,128). Sum of RGB (Red+Green+Blue) = 164+128+128=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48080 is #5B7F7F. Grayscale: #8A8A8A. Windows color (decimal): -5996416 or 8421540. OLE color: 8421540.

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

Color convert

RGB164128128-
CMYK00.220.220.36
HSL16.51%57.25%-
HSV(B)21.95%64.31%-
XYZ26.9324.8923.81-
YUV138.76121.93146-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=39.05%
G=30.48%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412812800.220.220.36016.5157.25
HexA48080016162401139
Octal244200200026264402171
Binary10100100100000001000000001011010110100100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48080; }

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

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

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

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

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

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

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

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