#A57875

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

Shades of Opium #A57875

Tints of Opium #A57875

Color information

#A57875 (or 0xA57875) is unknown color: approx Opium. HEX triplet: A5, 78 and 75. RGB value is (165,120,117). Sum of RGB (Red+Green+Blue) = 165+120+117=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57875 is #5A878A. Grayscale: #858585. Windows color (decimal): -5932939 or 7698597. OLE color: 7698597.

HSL color Cylindrical-coordinate representation of color #A57875: hue angle of 3.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57875 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB165120117-
CMYK00.270.290.35
HSL3.75º21.05%55.29%-
HSV(B)3.75º29.09%64.71%-
XYZ25.4422.7219.87-
YUV133.11118.91150.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=41.04%
G=29.85%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512011700.270.290.353.7521.0555.29
HexA5787501B1D2341537
Octal245170165033354342567
Binary10100101111100011101010110111110110001110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57875; }

 p { color: rgb(165,120,117); }

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

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

 a { background-color: rgb(165,120,117); }

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

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

 span { border-color: rgb(165,120,117); }

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