#A88482

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

Shades of Opium #A88482

Tints of Opium #A88482

Color information

#A88482 (or 0xA88482) is unknown color: approx Opium. HEX triplet: A8, 84 and 82. RGB value is (168,132,130). Sum of RGB (Red+Green+Blue) = 168+132+130=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A88482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88482 is #577B7D. Grayscale: #8E8E8E. Windows color (decimal): -5733246 or 8553640. OLE color: 8553640.

HSL color Cylindrical-coordinate representation of color #A88482: hue angle of 3.16º 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 #A88482 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB168132130-
CMYK00.210.230.34
HSL3.16º17.92%58.43%-
HSV(B)3.16º22.62%65.88%-
XYZ28.4326.4424.72-
YUV142.54120.93146.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=39.07%
G=30.70%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813213000.210.230.343.1617.9258.43
HexA8848201517223123a
Octal250204202025274232272
Binary101010001000010010000010010101101111000101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88482; }

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

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

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

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

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

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

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

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