#A48282

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

Shades of Opium #A48282

Tints of Opium #A48282

Color information

#A48282 (or 0xA48282) is unknown color: approx Opium. HEX triplet: A4, 82 and 82. RGB value is (164,130,130). Sum of RGB (Red+Green+Blue) = 164+130+130=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A48282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48282 is #5B7D7D. Grayscale: #8C8C8C. Windows color (decimal): -5995902 or 8553124. OLE color: 8553124.

HSL color Cylindrical-coordinate representation of color #A48282: hue angle of 0º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A48282 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB164130130-
CMYK00.210.210.36
HSL15.74%57.65%-
HSV(B)20.73%64.31%-
XYZ27.3225.4724.6-
YUV140.17122.26145-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=38.68%
G=30.66%
B=30.66%

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
Decimal16413013000.210.210.36015.7457.65
HexA4828201515240103a
Octal244202202025254402072
Binary10100100100000101000001001010110101100100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48282; }

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

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

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

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

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

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

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

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