#A57975

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

Shades of Opium #A57975

Tints of Opium #A57975

Color information

#A57975 (or 0xA57975) is unknown color: approx Opium. HEX triplet: A5, 79 and 75. RGB value is (165,121,117). Sum of RGB (Red+Green+Blue) = 165+121+117=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A57975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57975 is #5A868A. Grayscale: #858585. Windows color (decimal): -5932683 or 7698853. OLE color: 7698853.

HSL color Cylindrical-coordinate representation of color #A57975: hue angle of 5º 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 #A57975 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB165121117-
CMYK00.270.290.35
HSL21.05%55.29%-
HSV(B)29.09%64.71%-
XYZ25.5722.9619.91-
YUV133.7118.58150.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=40.94%
G=30.02%
B=29.03%

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
Decimal16512111700.270.290.35521.0555.29
HexA5797501B1D2351537
Octal245171165033354352567
Binary10100101111100111101010110111110110001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57975; }

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

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

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

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

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

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

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

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