#A27C79

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

Shades of Opium #A27C79

Tints of Opium #A27C79

Color information

#A27C79 (or 0xA27C79) is unknown color: approx Opium. HEX triplet: A2, 7C and 79. RGB value is (162,124,121). Sum of RGB (Red+Green+Blue) = 162+124+121=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C79 is #5D8386. Grayscale: #878787. Windows color (decimal): -6128519 or 7961762. OLE color: 7961762.

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

Color convert

RGB162124121-
CMYK00.230.250.36
HSL4.39º18.06%55.49%-
HSV(B)4.39º25.31%63.53%-
XYZ25.5623.4821.27-
YUV135.02120.09147.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=39.80%
G=30.47%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212412100.230.250.364.3918.0655.49
HexA27C79017192441237
Octal242174171027314442267
Binary10100010111110011110010101111100110010010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C79; }

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

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

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

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

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

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

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

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