#A27877

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

Shades of Opium #A27877

Tints of Opium #A27877

Color information

#A27877 (or 0xA27877) is unknown color: approx Opium. HEX triplet: A2, 78 and 77. RGB value is (162,120,119). Sum of RGB (Red+Green+Blue) = 162+120+119=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27877 is #5D8788. Grayscale: #848484. Windows color (decimal): -6129545 or 7829666. OLE color: 7829666.

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

Color convert

RGB162120119-
CMYK00.260.270.36
HSL1.4º18.78%55.1%-
HSV(B)1.4º26.54%63.53%-
XYZ24.9522.4520.47-
YUV132.44120.41149.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 120 (47.27% from 255) = 29.93%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=40.40%
G=29.93%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212011900.260.270.361.418.7855.1
HexA2787701A1B2411337
Octal242170167032334412367
Binary101000101111000111011101101011011100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27877; }

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

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

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

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

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

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

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

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