#A38180

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

Shades of Opium #A38180

Tints of Opium #A38180

Color information

#A38180 (or 0xA38180) is unknown color: approx Opium. HEX triplet: A3, 81 and 80. RGB value is (163,129,128). Sum of RGB (Red+Green+Blue) = 163+129+128=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A38180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38180 is #5C7E7F. Grayscale: #8B8B8B. Windows color (decimal): -6061696 or 8421795. OLE color: 8421795.

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

Color convert

RGB163129128-
CMYK00.210.210.36
HSL1.71º15.98%57.06%-
HSV(B)1.71º21.47%63.92%-
XYZ26.8525.0523.84-
YUV139.05121.76145.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.81%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=38.81%
G=30.71%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312912800.210.210.361.7115.9857.06
HexA38180015152421039
Octal243201200025254422071
Binary101000111000000110000000010101101011001001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38180; }

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

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

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

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

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

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

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

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