#A68785

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

Shades of Opium #A68785

Tints of Opium #A68785

Color information

#A68785 (or 0xA68785) is unknown color: approx Opium. HEX triplet: A6, 87 and 85. RGB value is (166,135,133). Sum of RGB (Red+Green+Blue) = 166+135+133=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A68785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68785 is #59787A. Grayscale: #909090. Windows color (decimal): -5863547 or 8751014. OLE color: 8751014.

HSL color Cylindrical-coordinate representation of color #A68785: hue angle of 3.64º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68785 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB166135133-
CMYK00.190.200.35
HSL3.64º15.64%58.63%-
HSV(B)3.64º19.88%65.1%-
XYZ28.6227.1325.92-
YUV144.04121.77143.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=38.25%
G=31.11%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613513300.190.200.353.6415.6458.63
HexA6878501314234103b
Octal246207205023244342073
Binary1010011010000111100001010100111010010001110010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68785; }

 p { color: rgb(166,135,133); }

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

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

 a { background-color: rgb(166,135,133); }

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

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

 span { border-color: rgb(166,135,133); }

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