#AB7D7D

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

Shades of Opium #AB7D7D

Tints of Opium #AB7D7D

Color information

#AB7D7D (or 0xAB7D7D) is unknown color: approx Opium. HEX triplet: AB, 7D and 7D. RGB value is (171,125,125). Sum of RGB (Red+Green+Blue) = 171+125+125=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D7D is #548282. Grayscale: #8A8A8A. Windows color (decimal): -5538435 or 8224171. OLE color: 8224171.

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

Color convert

RGB171125125-
CMYK00.270.270.33
HSL21.5%58.04%-
HSV(B)26.9%67.06%-
XYZ27.8324.8122.72-
YUV138.75120.24151-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.62%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=40.62%
G=29.69%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112512500.270.270.33021.558.04
HexAB7D7D01B1B210153a
Octal253175175033334102572
Binary101010111111101111110101101111011100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D7D; }

 p { color: rgb(171,125,125); }

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

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

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

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

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

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

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