#A48580

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

Shades of Opium #A48580

Tints of Opium #A48580

Color information

#A48580 (or 0xA48580) is unknown color: approx Opium. HEX triplet: A4, 85 and 80. RGB value is (164,133,128). Sum of RGB (Red+Green+Blue) = 164+133+128=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A48580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48580 is #5B7A7F. Grayscale: #8D8D8D. Windows color (decimal): -5995136 or 8422820. OLE color: 8422820.

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

Color convert

RGB164133128-
CMYK00.190.220.36
HSL8.33º16.51%57.25%-
HSV(B)8.33º21.95%64.31%-
XYZ27.5926.2324.03-
YUV141.7120.27143.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=38.59%
G=31.29%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413312800.190.220.368.3316.5157.25
HexA48580013162481139
Octal2442052000232644102171
Binary10100100100001011000000001001110110100100100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48580; }

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

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

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

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

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

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

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

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