#A18280

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

Shades of Opium #A18280

Tints of Opium #A18280

Color information

#A18280 (or 0xA18280) is unknown color: approx Opium. HEX triplet: A1, 82 and 80. RGB value is (161,130,128). Sum of RGB (Red+Green+Blue) = 161+130+128=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18280 is #5E7D7F. Grayscale: #8B8B8B. Windows color (decimal): -6192512 or 8422049. OLE color: 8422049.

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

Color convert

RGB161130128-
CMYK00.190.200.37
HSL3.64º14.93%56.67%-
HSV(B)3.64º20.5%63.14%-
XYZ26.5825.123.87-
YUV139.04121.77143.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=38.42%
G=31.03%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113012800.190.200.373.6414.9356.67
HexA1828001314254f39
Octal241202200023244541771
Binary101000011000001010000000010011101001001011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18280; }

 p { color: rgb(161,130,128); }

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

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

 a { background-color: rgb(161,130,128); }

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

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

 span { border-color: rgb(161,130,128); }

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