#A97C7A

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

Shades of Opium #A97C7A

Tints of Opium #A97C7A

Color information

#A97C7A (or 0xA97C7A) is unknown color: approx Opium. HEX triplet: A9, 7C and 7A. RGB value is (169,124,122). Sum of RGB (Red+Green+Blue) = 169+124+122=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C7A is #568385. Grayscale: #898989. Windows color (decimal): -5669766 or 8027305. OLE color: 8027305.

HSL color Cylindrical-coordinate representation of color #A97C7A: hue angle of 2.55º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97C7A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB169124122-
CMYK00.270.280.34
HSL2.55º21.46%57.06%-
HSV(B)2.55º27.81%66.27%-
XYZ27.0824.2621.67-
YUV137.23119.41150.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=40.72%
G=29.88%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912412200.270.280.342.5521.4657.06
HexA97C7A01B1C2231539
Octal251174172033344232571
Binary1010100111111001111010011011111001000101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C7A; }

 p { color: rgb(169,124,122); }

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

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

 a { background-color: rgb(169,124,122); }

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

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

 span { border-color: rgb(169,124,122); }

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