#A28483

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

Shades of Opium #A28483

Tints of Opium #A28483

Color information

#A28483 (or 0xA28483) is unknown color: approx Opium. HEX triplet: A2, 84 and 83. RGB value is (162,132,131). Sum of RGB (Red+Green+Blue) = 162+132+131=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A28483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28483 is #5D7B7C. Grayscale: #8C8C8C. Windows color (decimal): -6126461 or 8619170. OLE color: 8619170.

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

Color convert

RGB162132131-
CMYK00.190.190.36
HSL1.94º14.29%57.45%-
HSV(B)1.94º19.14%63.53%-
XYZ27.2525.8225.02-
YUV140.86122.44143.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=38.12%
G=31.06%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213213100.190.190.361.9414.2957.45
HexA2848301313242e39
Octal242204203023234421671
Binary10100010100001001000001101001110011100100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28483; }

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

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

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

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

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

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

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

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