#A48281

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

Shades of Opium #A48281

Tints of Opium #A48281

Color information

#A48281 (or 0xA48281) is unknown color: approx Opium. HEX triplet: A4, 82 and 81. RGB value is (164,130,129). Sum of RGB (Red+Green+Blue) = 164+130+129=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48281 is #5B7D7E. Grayscale: #8C8C8C. Windows color (decimal): -5995903 or 8487588. OLE color: 8487588.

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

Color convert

RGB164130129-
CMYK00.210.210.36
HSL1.71º16.13%57.45%-
HSV(B)1.71º21.34%64.31%-
XYZ27.2525.4424.24-
YUV140.05121.76145.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=38.77%
G=30.73%
B=30.50%

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
Decimal16413012900.210.210.361.7116.1357.45
HexA48281015152421039
Octal244202201025254422071
Binary101001001000001010000001010101101011001001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48281; }

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

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

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

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

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

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

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

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