#A97B7A

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

Shades of Opium #A97B7A

Tints of Opium #A97B7A

Color information

#A97B7A (or 0xA97B7A) is unknown color: approx Opium. HEX triplet: A9, 7B and 7A. RGB value is (169,123,122). Sum of RGB (Red+Green+Blue) = 169+123+122=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B7A is #568485. Grayscale: #888888. Windows color (decimal): -5670022 or 8027049. OLE color: 8027049.

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

Color convert

RGB169123122-
CMYK00.270.280.34
HSL1.28º21.46%57.06%-
HSV(B)1.28º27.81%66.27%-
XYZ26.9624.0121.63-
YUV136.64119.74151.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=40.82%
G=29.71%
B=29.47%

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
Decimal16912312200.270.280.341.2821.4657.06
HexA97B7A01B1C2211539
Octal251173172033344212571
Binary101010011111011111101001101111100100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B7A; }

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

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

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

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

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

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

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

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