#A28380

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

Shades of Opium #A28380

Tints of Opium #A28380

Color information

#A28380 (or 0xA28380) is unknown color: approx Opium. HEX triplet: A2, 83 and 80. RGB value is (162,131,128). Sum of RGB (Red+Green+Blue) = 162+131+128=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A28380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28380 is #5D7C7F. Grayscale: #8B8B8B. Windows color (decimal): -6126720 or 8422306. OLE color: 8422306.

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

Color convert

RGB162131128-
CMYK00.190.210.36
HSL5.29º15.45%56.86%-
HSV(B)5.29º20.99%63.53%-
XYZ26.9125.4723.92-
YUV139.93121.27143.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=38.48%
G=31.12%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213112800.190.210.365.2915.4556.86
HexA2838001315245f39
Octal242203200023254451771
Binary101000101000001110000000010011101011001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28380; }

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

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

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

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

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

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

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

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