#A28784

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

Shades of Opium #A28784

Tints of Opium #A28784

Color information

#A28784 (or 0xA28784) is unknown color: approx Opium. HEX triplet: A2, 87 and 84. RGB value is (162,135,132). Sum of RGB (Red+Green+Blue) = 162+135+132=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28784 is #5D787B. Grayscale: #8E8E8E. Windows color (decimal): -6125692 or 8685474. OLE color: 8685474.

HSL color Cylindrical-coordinate representation of color #A28784: hue angle of 6º 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 #A28784 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB162135132-
CMYK00.170.190.36
HSL13.89%57.65%-
HSV(B)18.52%63.53%-
XYZ27.7326.6825.52-
YUV142.73121.95141.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=37.76%
G=31.47%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213513200.170.190.36613.8957.65
HexA2878401113246e3a
Octal242207204021234461672
Binary101000101000011110000100010001100111001001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28784; }

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

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

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

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

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

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

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

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