#A48682

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

Shades of Opium #A48682

Tints of Opium #A48682

Color information

#A48682 (or 0xA48682) is unknown color: approx Opium. HEX triplet: A4, 86 and 82. RGB value is (164,134,130). Sum of RGB (Red+Green+Blue) = 164+134+130=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48682 is #5B797D. Grayscale: #8E8E8E. Windows color (decimal): -5994878 or 8554148. OLE color: 8554148.

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

Color convert

RGB164134130-
CMYK00.180.210.36
HSL7.06º15.74%57.65%-
HSV(B)7.06º20.73%64.31%-
XYZ27.8626.5524.78-
YUV142.51120.94143.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=38.32%
G=31.31%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413413000.180.210.367.0615.7457.65
HexA4868201215247103a
Octal244206202022254472072
Binary1010010010000110100000100100101010110010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48682; }

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

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

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

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

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

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

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

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