#A48480

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

Shades of Opium #A48480

Tints of Opium #A48480

Color information

#A48480 (or 0xA48480) is unknown color: approx Opium. HEX triplet: A4, 84 and 80. RGB value is (164,132,128). Sum of RGB (Red+Green+Blue) = 164+132+128=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48480 is #5B7B7F. Grayscale: #8D8D8D. Windows color (decimal): -5995392 or 8422564. OLE color: 8422564.

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

Color convert

RGB164132128-
CMYK00.200.220.36
HSL6.67º16.51%57.25%-
HSV(B)6.67º21.95%64.31%-
XYZ27.4625.9523.98-
YUV141.11120.6144.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=38.68%
G=31.13%
B=30.19%

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
Decimal16413212800.200.220.366.6716.5157.25
HexA48480014162471139
Octal244204200024264472171
Binary1010010010000100100000000101001011010010011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48480; }

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

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

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

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

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

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

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

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