#A5817F

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

Shades of Opium #A5817F

Tints of Opium #A5817F

Color information

#A5817F (or 0xA5817F) is unknown color: approx Opium. HEX triplet: A5, 81 and 7F. RGB value is (165,129,127). Sum of RGB (Red+Green+Blue) = 165+129+127=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5817F is #5A7E80. Grayscale: #8B8B8B. Windows color (decimal): -5930625 or 8356261. OLE color: 8356261.

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

Color convert

RGB165129127-
CMYK00.220.230.35
HSL3.16º17.43%57.25%-
HSV(B)3.16º23.03%64.71%-
XYZ27.225.2323.52-
YUV139.54120.93146.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 127 (50% from 255) = 30.17%
R=39.19%
G=30.64%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512912700.220.230.353.1617.4357.25
HexA5817F016172331139
Octal245201177026274332171
Binary10100101100000011111111010110101111000111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5817F; }

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

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

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

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

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

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

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

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