#AB7A79

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

Shades of Opium #AB7A79

Tints of Opium #AB7A79

Color information

#AB7A79 (or 0xAB7A79) is unknown color: approx Opium. HEX triplet: AB, 7A and 79. RGB value is (171,122,121). Sum of RGB (Red+Green+Blue) = 171+122+121=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A79 is #548586. Grayscale: #888888. Windows color (decimal): -5539207 or 7961259. OLE color: 7961259.

HSL color Cylindrical-coordinate representation of color #AB7A79: hue angle of 1.2º degrees, saturation: 0.23, 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 #AB7A79 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171122121-
CMYK00.290.290.33
HSL1.2º22.94%57.25%-
HSV(B)1.2º29.24%67.06%-
XYZ27.2123.9621.28-
YUV136.54119.23152.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=41.30%
G=29.47%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112212100.290.290.331.222.9457.25
HexAB7A7901D1D2111739
Octal253172171035354112771
Binary101010111111010111100101110111101100001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A79; }

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

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

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

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

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

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

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

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