#A37676

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

Shades of Opium #A37676

Tints of Opium #A37676

Color information

#A37676 (or 0xA37676) is unknown color: approx Opium. HEX triplet: A3, 76 and 76. RGB value is (163,118,118). Sum of RGB (Red+Green+Blue) = 163+118+118=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A37676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37676 is #5C8989. Grayscale: #838383. Windows color (decimal): -6064522 or 7763619. OLE color: 7763619.

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

Color convert

RGB163118118-
CMYK00.280.280.36
HSL19.65%55.1%-
HSV(B)27.61%63.92%-
XYZ24.8522.0520.09-
YUV131.45120.41150.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=40.85%
G=29.57%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311811800.280.280.36019.6555.1
HexA3767601C1C2401437
Octal243166166034344402467
Binary101000111110110111011001110011100100100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37676; }

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

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

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

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

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

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

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

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