#A27C78

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

Shades of Opium #A27C78

Tints of Opium #A27C78

Color information

#A27C78 (or 0xA27C78) is unknown color: approx Opium. HEX triplet: A2, 7C and 78. RGB value is (162,124,120). Sum of RGB (Red+Green+Blue) = 162+124+120=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C78 is #5D8387. Grayscale: #868686. Windows color (decimal): -6128520 or 7896226. OLE color: 7896226.

HSL color Cylindrical-coordinate representation of color #A27C78: hue angle of 5.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27C78 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB162124120-
CMYK00.230.260.36
HSL5.71º18.42%55.29%-
HSV(B)5.71º25.93%63.53%-
XYZ25.523.4520.95-
YUV134.91119.59147.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=39.90%
G=30.54%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212412000.230.260.365.7118.4255.29
HexA27C780171A2461237
Octal242174170027324462267
Binary10100010111110011110000101111101010010011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C78; }

 p { color: rgb(162,124,120); }

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

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

 a { background-color: rgb(162,124,120); }

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

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

 span { border-color: rgb(162,124,120); }

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