#A98584

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

Shades of Opium #A98584

Tints of Opium #A98584

Color information

#A98584 (or 0xA98584) is unknown color: approx Opium. HEX triplet: A9, 85 and 84. RGB value is (169,133,132). Sum of RGB (Red+Green+Blue) = 169+133+132=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A98584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98584 is #567A7B. Grayscale: #8F8F8F. Windows color (decimal): -5667452 or 8684969. OLE color: 8684969.

HSL color Cylindrical-coordinate representation of color #A98584: hue angle of 1.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98584 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169133132-
CMYK00.210.220.34
HSL1.62º17.7%59.02%-
HSV(B)1.62º21.89%66.27%-
XYZ28.9126.8825.49-
YUV143.65121.43146.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=38.94%
G=30.65%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913313200.210.220.341.6217.759.02
HexA9858401516222123b
Octal251205204025264222273
Binary101010011000010110000100010101101101000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98584; }

 p { color: rgb(169,133,132); }

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

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

 a { background-color: rgb(169,133,132); }

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

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

 span { border-color: rgb(169,133,132); }

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