#A28584

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

Shades of Opium #A28584

Tints of Opium #A28584

Color information

#A28584 (or 0xA28584) is unknown color: approx Opium. HEX triplet: A2, 85 and 84. RGB value is (162,133,132). Sum of RGB (Red+Green+Blue) = 162+133+132=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A28584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28584 is #5D7A7B. Grayscale: #8D8D8D. Windows color (decimal): -6126204 or 8684962. OLE color: 8684962.

HSL color Cylindrical-coordinate representation of color #A28584: hue angle of 2º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28584 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB162133132-
CMYK00.180.190.36
HSL13.89%57.65%-
HSV(B)18.52%63.53%-
XYZ27.4526.1225.43-
YUV141.56122.61142.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=37.94%
G=31.15%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213313200.180.190.36213.8957.65
HexA2858401213242e3a
Octal242205204022234421672
Binary10100010100001011000010001001010011100100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28584; }

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

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

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

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

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

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

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

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