#AB8585

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

Shades of Opium #AB8585

Tints of Opium #AB8585

Color information

#AB8585 (or 0xAB8585) is unknown color: approx Opium. HEX triplet: AB, 85 and 85. RGB value is (171,133,133). Sum of RGB (Red+Green+Blue) = 171+133+133=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8585 is #547A7A. Grayscale: #909090. Windows color (decimal): -5536379 or 8750507. OLE color: 8750507.

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

Color convert

RGB171133133-
CMYK00.220.220.33
HSL18.45%59.61%-
HSV(B)22.22%67.06%-
XYZ29.4227.1325.88-
YUV144.36121.59147-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113313300.220.220.33018.4559.61
HexAB858501616210123c
Octal253205205026264102274
Binary10101011100001011000010101011010110100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8585; }

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

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

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

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

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

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

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

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