#A57E7B

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

Shades of Opium #A57E7B

Tints of Opium #A57E7B

Color information

#A57E7B (or 0xA57E7B) is unknown color: approx Opium. HEX triplet: A5, 7E and 7B. RGB value is (165,126,123). Sum of RGB (Red+Green+Blue) = 165+126+123=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E7B is #5A8184. Grayscale: #898989. Windows color (decimal): -5931397 or 8093349. OLE color: 8093349.

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

Color convert

RGB165126123-
CMYK00.240.250.35
HSL4.29º18.92%56.47%-
HSV(B)4.29º25.45%64.71%-
XYZ26.5524.3522.04-
YUV137.32119.92147.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=39.86%
G=30.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512612300.240.250.354.2918.9256.47
HexA57E7B018192341338
Octal245176173030314342370
Binary10100101111111011110110110001100110001110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E7B; }

 p { color: rgb(165,126,123); }

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

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

 a { background-color: rgb(165,126,123); }

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

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

 span { border-color: rgb(165,126,123); }

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