#A28585

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

Shades of Opium #A28585

Tints of Opium #A28585

Color information

#A28585 (or 0xA28585) is unknown color: approx Opium. HEX triplet: A2, 85 and 85. RGB value is (162,133,133). Sum of RGB (Red+Green+Blue) = 162+133+133=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28585 is #5D7A7A. Grayscale: #8D8D8D. Windows color (decimal): -6126203 or 8750498. OLE color: 8750498.

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

Color convert

RGB162133133-
CMYK00.180.180.36
HSL13.49%57.84%-
HSV(B)17.9%63.53%-
XYZ27.5226.1525.79-
YUV141.67123.11142.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=37.85%
G=31.07%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213313300.180.180.36013.4957.84
HexA2858501212240d3a
Octal242205205022224401572
Binary1010001010000101100001010100101001010010001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28585; }

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

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

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

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

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

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

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

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