#AA7A79

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

Shades of Opium #AA7A79

Tints of Opium #AA7A79

Color information

#AA7A79 (or 0xAA7A79) is unknown color: approx Opium. HEX triplet: AA, 7A and 79. RGB value is (170,122,121). Sum of RGB (Red+Green+Blue) = 170+122+121=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A79 is #558586. Grayscale: #888888. Windows color (decimal): -5604743 or 7961258. OLE color: 7961258.

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

Color convert

RGB170122121-
CMYK00.280.290.33
HSL1.22º22.37%57.06%-
HSV(B)1.22º28.82%66.67%-
XYZ26.9923.8521.27-
YUV136.24119.4152.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 122 (48.05% from 255) = 29.54%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=41.16%
G=29.54%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012212100.280.290.331.2222.3757.06
HexAA7A7901C1D2111639
Octal252172171034354112671
Binary101010101111010111100101110011101100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A79; }

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

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

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

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

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

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

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

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