#A27776

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

Shades of Opium #A27776

Tints of Opium #A27776

Color information

#A27776 (or 0xA27776) is unknown color: approx Opium. HEX triplet: A2, 77 and 76. RGB value is (162,119,118). Sum of RGB (Red+Green+Blue) = 162+119+118=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A27776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27776 is #5D8889. Grayscale: #838383. Windows color (decimal): -6129802 or 7763874. OLE color: 7763874.

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

Color convert

RGB162119118-
CMYK00.270.270.36
HSL1.36º19.13%54.9%-
HSV(B)1.36º27.16%63.53%-
XYZ24.7722.1820.12-
YUV131.74120.25149.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=40.60%
G=29.82%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211911800.270.270.361.3619.1354.9
HexA2777601B1B2411337
Octal242167166033334412367
Binary101000101110111111011001101111011100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27776; }

 p { color: rgb(162,119,118); }

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

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

 a { background-color: rgb(162,119,118); }

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

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

 span { border-color: rgb(162,119,118); }

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