#A97F7D

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

Shades of Opium #A97F7D

Tints of Opium #A97F7D

Color information

#A97F7D (or 0xA97F7D) is unknown color: approx Opium. HEX triplet: A9, 7F and 7D. RGB value is (169,127,125). Sum of RGB (Red+Green+Blue) = 169+127+125=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F7D is #568082. Grayscale: #8B8B8B. Windows color (decimal): -5668995 or 8224681. OLE color: 8224681.

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

Color convert

RGB169127125-
CMYK00.250.260.34
HSL2.73º20.37%57.65%-
HSV(B)2.73º26.04%66.27%-
XYZ27.6525.0922.79-
YUV139.33119.91149.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=40.14%
G=30.17%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912712500.250.260.342.7320.3757.65
HexA97F7D0191A223143a
Octal251177175031324232472
Binary1010100111111111111101011001110101000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F7D; }

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

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

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

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

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

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

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

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