#A37A76

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

Shades of Opium #A37A76

Tints of Opium #A37A76

Color information

#A37A76 (or 0xA37A76) is unknown color: approx Opium. HEX triplet: A3, 7A and 76. RGB value is (163,122,118). Sum of RGB (Red+Green+Blue) = 163+122+118=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A76 is #5C8589. Grayscale: #858585. Windows color (decimal): -6063498 or 7764643. OLE color: 7764643.

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

Color convert

RGB163122118-
CMYK00.250.280.36
HSL5.33º19.65%55.1%-
HSV(B)5.33º27.61%63.92%-
XYZ25.3323.0120.25-
YUV133.8119.08148.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=40.45%
G=30.27%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312211800.250.280.365.3319.6555.1
HexA37A760191C2451437
Octal243172166031344452467
Binary10100011111101011101100110011110010010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A76; }

 p { color: rgb(163,122,118); }

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

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

 a { background-color: rgb(163,122,118); }

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

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

 span { border-color: rgb(163,122,118); }

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