#A37D79

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

Shades of Opium #A37D79

Tints of Opium #A37D79

Color information

#A37D79 (or 0xA37D79) is unknown color: approx Opium. HEX triplet: A3, 7D and 79. RGB value is (163,125,121). Sum of RGB (Red+Green+Blue) = 163+125+121=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37D79 is #5C8286. Grayscale: #878787. Windows color (decimal): -6062727 or 7962019. OLE color: 7962019.

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

Color convert

RGB163125121-
CMYK00.230.260.36
HSL5.71º18.58%55.69%-
HSV(B)5.71º25.77%63.92%-
XYZ25.8923.8321.33-
YUV135.91119.59147.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=39.85%
G=30.56%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312512100.230.260.365.7118.5855.69
HexA37D790171A2461338
Octal243175171027324462370
Binary10100011111110111110010101111101010010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D79; }

 p { color: rgb(163,125,121); }

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

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

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

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

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

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

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