#A28785

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

Shades of Opium #A28785

Tints of Opium #A28785

Color information

#A28785 (or 0xA28785) is unknown color: approx Opium. HEX triplet: A2, 87 and 85. RGB value is (162,135,133). Sum of RGB (Red+Green+Blue) = 162+135+133=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28785 is #5D787A. Grayscale: #8E8E8E. Windows color (decimal): -6125691 or 8751010. OLE color: 8751010.

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

Color convert

RGB162135133-
CMYK00.170.180.36
HSL4.14º13.49%57.84%-
HSV(B)4.14º17.9%63.53%-
XYZ27.826.725.88-
YUV142.84122.45141.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=37.67%
G=31.40%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213513300.170.180.364.1413.4957.84
HexA2878501112244d3a
Octal242207205021224441572
Binary101000101000011110000101010001100101001001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28785; }

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

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

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

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

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

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

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

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