#A27979

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

Shades of Opium #A27979

Tints of Opium #A27979

Color information

#A27979 (or 0xA27979) is unknown color: approx Opium. HEX triplet: A2, 79 and 79. RGB value is (162,121,121). Sum of RGB (Red+Green+Blue) = 162+121+121=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27979 is #5D8686. Grayscale: #858585. Windows color (decimal): -6129287 or 7960994. OLE color: 7960994.

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

Color convert

RGB162121121-
CMYK00.250.250.36
HSL18.06%55.49%-
HSV(B)25.31%63.53%-
XYZ25.1922.7421.15-
YUV133.26121.08148.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=40.10%
G=29.95%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212112100.250.250.36018.0655.49
HexA27979019192401237
Octal242171171031314402267
Binary101000101111001111100101100111001100100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27979; }

 p { color: rgb(162,121,121); }

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

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

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

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

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

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

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