#A68482

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

Shades of Opium #A68482

Tints of Opium #A68482

Color information

#A68482 (or 0xA68482) is unknown color: approx Opium. HEX triplet: A6, 84 and 82. RGB value is (166,132,130). Sum of RGB (Red+Green+Blue) = 166+132+130=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A68482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68482 is #597B7D. Grayscale: #8D8D8D. Windows color (decimal): -5864318 or 8553638. OLE color: 8553638.

HSL color Cylindrical-coordinate representation of color #A68482: hue angle of 3.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68482 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB166132130-
CMYK00.200.220.35
HSL3.33º16.82%58.04%-
HSV(B)3.33º21.69%65.1%-
XYZ28.0126.2224.7-
YUV141.94121.26145.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.79%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=38.79%
G=30.84%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613213000.200.220.353.3316.8258.04
HexA6848201416233113a
Octal246204202024264332172
Binary101001101000010010000010010100101101000111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68482; }

 p { color: rgb(166,132,130); }

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

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

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

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

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

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

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