#A27976

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

Shades of Opium #A27976

Tints of Opium #A27976

Color information

#A27976 (or 0xA27976) is unknown color: approx Opium. HEX triplet: A2, 79 and 76. RGB value is (162,121,118). Sum of RGB (Red+Green+Blue) = 162+121+118=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27976 is #5D8689. Grayscale: #848484. Windows color (decimal): -6129290 or 7764386. OLE color: 7764386.

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

Color convert

RGB162121118-
CMYK00.250.270.36
HSL4.09º19.13%54.9%-
HSV(B)4.09º27.16%63.53%-
XYZ25.0122.6620.2-
YUV132.92119.58148.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=40.40%
G=30.17%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212111800.250.270.364.0919.1354.9
HexA279760191B2441337
Octal242171166031334442367
Binary10100010111100111101100110011101110010010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27976; }

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

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

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

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

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

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

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

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