#A97F7F

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

Shades of Opium #A97F7F

Tints of Opium #A97F7F

Color information

#A97F7F (or 0xA97F7F) is unknown color: approx Opium. HEX triplet: A9, 7F and 7F. RGB value is (169,127,127). Sum of RGB (Red+Green+Blue) = 169+127+127=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F7F is #568080. Grayscale: #8B8B8B. Windows color (decimal): -5668993 or 8355753. OLE color: 8355753.

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

Color convert

RGB169127127-
CMYK00.250.250.34
HSL19.63%58.04%-
HSV(B)24.85%66.27%-
XYZ27.7825.1523.47-
YUV139.56120.91149-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 127 (50% from 255) = 30.02%
R=39.95%
G=30.02%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912712700.250.250.34019.6358.04
HexA97F7F01919220143a
Octal251177177031314202472
Binary101010011111111111111101100111001100010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F7F; }

 p { color: rgb(169,127,127); }

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

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

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

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

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

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

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