#A5817D

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

Shades of Opium #A5817D

Tints of Opium #A5817D

Color information

#A5817D (or 0xA5817D) is unknown color: approx Opium. HEX triplet: A5, 81 and 7D. RGB value is (165,129,125). Sum of RGB (Red+Green+Blue) = 165+129+125=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5817D is #5A7E82. Grayscale: #8B8B8B. Windows color (decimal): -5930627 or 8225189. OLE color: 8225189.

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

Color convert

RGB165129125-
CMYK00.220.240.35
HSL18.18%56.86%-
HSV(B)24.24%64.71%-
XYZ27.0725.1822.84-
YUV139.31119.93146.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=39.38%
G=30.79%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512912500.220.240.35618.1856.86
HexA5817D016182361239
Octal245201175026304362271
Binary101001011000000111111010101101100010001111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5817D; }

 p { color: rgb(165,129,125); }

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

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

 a { background-color: rgb(165,129,125); }

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

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

 span { border-color: rgb(165,129,125); }

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