#A28884

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

Shades of Opium #A28884

Tints of Opium #A28884

Color information

#A28884 (or 0xA28884) is unknown color: approx Opium. HEX triplet: A2, 88 and 84. RGB value is (162,136,132). Sum of RGB (Red+Green+Blue) = 162+136+132=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28884 is #5D777B. Grayscale: #8F8F8F. Windows color (decimal): -6125436 or 8685730. OLE color: 8685730.

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

Color convert

RGB162136132-
CMYK00.160.190.36
HSL13.89%57.65%-
HSV(B)18.52%63.53%-
XYZ27.8726.9625.56-
YUV143.32121.61141.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=37.67%
G=31.63%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213613200.160.190.36813.8957.65
HexA2888401013248e3a
Octal2422102040202344101672
Binary1010001010001000100001000100001001110010010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28884; }

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

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

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

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

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

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

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

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