#A38281

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

Shades of Opium #A38281

Tints of Opium #A38281

Color information

#A38281 (or 0xA38281) is unknown color: approx Opium. HEX triplet: A3, 82 and 81. RGB value is (163,130,129). Sum of RGB (Red+Green+Blue) = 163+130+129=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A38281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38281 is #5C7D7E. Grayscale: #8B8B8B. Windows color (decimal): -6061439 or 8487587. OLE color: 8487587.

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

Color convert

RGB163130129-
CMYK00.200.210.36
HSL1.76º15.6%57.25%-
HSV(B)1.76º20.86%63.92%-
XYZ27.0525.3424.23-
YUV139.75121.93144.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=38.63%
G=30.81%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313012900.200.210.361.7615.657.25
HexA38281014152421039
Octal243202201024254422071
Binary101000111000001010000001010100101011001001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38281; }

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

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

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

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

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

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

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

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