#AA7C7A

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

Shades of Opium #AA7C7A

Tints of Opium #AA7C7A

Color information

#AA7C7A (or 0xAA7C7A) is unknown color: approx Opium. HEX triplet: AA, 7C and 7A. RGB value is (170,124,122). Sum of RGB (Red+Green+Blue) = 170+124+122=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C7A is #558385. Grayscale: #898989. Windows color (decimal): -5604230 or 8027306. OLE color: 8027306.

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

Color convert

RGB170124122-
CMYK00.270.280.33
HSL2.5º22.02%57.25%-
HSV(B)2.5º28.24%66.67%-
XYZ27.324.3721.68-
YUV137.53119.24151.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=40.87%
G=29.81%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012412200.270.280.332.522.0257.25
HexAA7C7A01B1C2121639
Octal252174172033344122671
Binary1010101011111001111010011011111001000011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C7A; }

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

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

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

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

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

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

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

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