#AB8282

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

Shades of Opium #AB8282

Tints of Opium #AB8282

Color information

#AB8282 (or 0xAB8282) is unknown color: approx Opium. HEX triplet: AB, 82 and 82. RGB value is (171,130,130). Sum of RGB (Red+Green+Blue) = 171+130+130=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8282 is #547D7D. Grayscale: #8E8E8E. Windows color (decimal): -5537150 or 8553131. OLE color: 8553131.

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

Color convert

RGB171130130-
CMYK00.240.240.33
HSL19.62%59.02%-
HSV(B)23.98%67.06%-
XYZ28.8126.2324.66-
YUV142.26121.08148.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=39.68%
G=30.16%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113013000.240.240.33019.6259.02
HexAB828201818210143b
Octal253202202030304102473
Binary10101011100000101000001001100011000100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8282; }

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

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

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

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

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

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

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

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