#A37877

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

Shades of Opium #A37877

Tints of Opium #A37877

Color information

#A37877 (or 0xA37877) is unknown color: approx Opium. HEX triplet: A3, 78 and 77. RGB value is (163,120,119). Sum of RGB (Red+Green+Blue) = 163+120+119=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A37877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37877 is #5C8788. Grayscale: #848484. Windows color (decimal): -6064009 or 7829667. OLE color: 7829667.

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

Color convert

RGB163120119-
CMYK00.260.270.36
HSL1.36º19.3%55.29%-
HSV(B)1.36º26.99%63.92%-
XYZ25.1522.5520.48-
YUV132.74120.25149.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=40.55%
G=29.85%
B=29.60%

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
Decimal16312011900.260.270.361.3619.355.29
HexA3787701A1B2411337
Octal243170167032334412367
Binary101000111111000111011101101011011100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37877; }

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

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

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

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

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

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

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

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