#A88282

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

Shades of Opium #A88282

Tints of Opium #A88282

Color information

#A88282 (or 0xA88282) is unknown color: approx Opium. HEX triplet: A8, 82 and 82. RGB value is (168,130,130). Sum of RGB (Red+Green+Blue) = 168+130+130=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A88282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88282 is #577D7D. Grayscale: #8D8D8D. Windows color (decimal): -5733758 or 8553128. OLE color: 8553128.

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

Color convert

RGB168130130-
CMYK00.230.230.34
HSL17.92%58.43%-
HSV(B)22.62%65.88%-
XYZ28.1625.924.63-
YUV141.36121.59147-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=39.25%
G=30.37%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813013000.230.230.34017.9258.43
HexA8828201717220123a
Octal250202202027274202272
Binary10101000100000101000001001011110111100010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88282; }

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

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

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

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

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

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

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

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