#A28783

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

Shades of Opium #A28783

Tints of Opium #A28783

Color information

#A28783 (or 0xA28783) is unknown color: approx Opium. HEX triplet: A2, 87 and 83. RGB value is (162,135,131). Sum of RGB (Red+Green+Blue) = 162+135+131=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28783 is #5D787C. Grayscale: #8E8E8E. Windows color (decimal): -6125693 or 8619938. OLE color: 8619938.

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

Color convert

RGB162135131-
CMYK00.170.190.36
HSL7.74º14.29%57.45%-
HSV(B)7.74º19.14%63.53%-
XYZ27.6626.6525.16-
YUV142.62121.45141.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=37.85%
G=31.54%
B=30.61%

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
Decimal16213513100.170.190.367.7414.2957.45
HexA2878301113248e39
Octal2422072030212344101671
Binary1010001010000111100000110100011001110010010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28783; }

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

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

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

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

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

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

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

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