#A28281

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

Shades of Opium #A28281

Tints of Opium #A28281

Color information

#A28281 (or 0xA28281) is unknown color: approx Opium. HEX triplet: A2, 82 and 81. RGB value is (162,130,129). Sum of RGB (Red+Green+Blue) = 162+130+129=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A28281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28281 is #5D7D7E. Grayscale: #8B8B8B. Windows color (decimal): -6126975 or 8487586. OLE color: 8487586.

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

Color convert

RGB162130129-
CMYK00.200.200.36
HSL1.82º15.07%57.06%-
HSV(B)1.82º20.37%63.53%-
XYZ26.8525.2324.22-
YUV139.45122.1144.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 129 (50.78% from 255) = 30.64%
R=38.48%
G=30.88%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213012900.200.200.361.8215.0757.06
HexA2828101414242f39
Octal242202201024244421771
Binary10100010100000101000000101010010100100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28281; }

 p { color: rgb(162,130,129); }

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

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

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

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

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

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

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