#A48581

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

Shades of Opium #A48581

Tints of Opium #A48581

Color information

#A48581 (or 0xA48581) is unknown color: approx Opium. HEX triplet: A4, 85 and 81. RGB value is (164,133,129). Sum of RGB (Red+Green+Blue) = 164+133+129=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A48581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48581 is #5B7A7E. Grayscale: #8D8D8D. Windows color (decimal): -5995135 or 8488356. OLE color: 8488356.

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

Color convert

RGB164133129-
CMYK00.190.210.36
HSL6.86º16.13%57.45%-
HSV(B)6.86º21.34%64.31%-
XYZ27.6626.2524.38-
YUV141.81120.77143.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=38.50%
G=31.22%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413312900.190.210.366.8616.1357.45
HexA48581013152471039
Octal244205201023254472071
Binary1010010010000101100000010100111010110010011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48581; }

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

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

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

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

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

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

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

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