#A68480

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

Shades of Opium #A68480

Tints of Opium #A68480

Color information

#A68480 (or 0xA68480) is unknown color: approx Opium. HEX triplet: A6, 84 and 80. RGB value is (166,132,128). Sum of RGB (Red+Green+Blue) = 166+132+128=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A68480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68480 is #597B7F. Grayscale: #8D8D8D. Windows color (decimal): -5864320 or 8422566. OLE color: 8422566.

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

Color convert

RGB166132128-
CMYK00.200.230.35
HSL6.32º17.59%57.65%-
HSV(B)6.32º22.89%65.1%-
XYZ27.8726.1724-
YUV141.71120.26145.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=38.97%
G=30.99%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613212800.200.230.356.3217.5957.65
HexA6848001417236123a
Octal246204200024274362272
Binary1010011010000100100000000101001011110001111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68480; }

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

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

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

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

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

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

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

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