#AA8382

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

Shades of Opium #AA8382

Tints of Opium #AA8382

Color information

#AA8382 (or 0xAA8382) is unknown color: approx Opium. HEX triplet: AA, 83 and 82. RGB value is (170,131,130). Sum of RGB (Red+Green+Blue) = 170+131+130=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8382 is #557C7D. Grayscale: #8E8E8E. Windows color (decimal): -5602430 or 8553386. OLE color: 8553386.

HSL color Cylindrical-coordinate representation of color #AA8382: hue angle of 1.5º degrees, saturation: 0.19, 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 #AA8382 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB170131130-
CMYK00.230.240.33
HSL1.5º19.05%58.82%-
HSV(B)1.5º23.53%66.67%-
XYZ28.7226.3924.7-
YUV142.55120.92147.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=39.44%
G=30.39%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013113000.230.240.331.519.0558.82
HexAA838201718212133b
Octal252203202027304122373
Binary101010101000001110000010010111110001000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8382; }

 p { color: rgb(170,131,130); }

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

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

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

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

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

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

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