#AA7F7E

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

Shades of Opium #AA7F7E

Tints of Opium #AA7F7E

Color information

#AA7F7E (or 0xAA7F7E) is unknown color: approx Opium. HEX triplet: AA, 7F and 7E. RGB value is (170,127,126). Sum of RGB (Red+Green+Blue) = 170+127+126=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F7E is #558081. Grayscale: #8B8B8B. Windows color (decimal): -5603458 or 8290218. OLE color: 8290218.

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

Color convert

RGB170127126-
CMYK00.250.260.33
HSL1.36º20.56%58.04%-
HSV(B)1.36º25.88%66.67%-
XYZ27.9325.2323.14-
YUV139.74120.25149.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=40.19%
G=30.02%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012712600.250.260.331.3620.5658.04
HexAA7F7E0191A211153a
Octal252177176031324112572
Binary101010101111111111111001100111010100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F7E; }

 p { color: rgb(170,127,126); }

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

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

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

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

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

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

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