#A57158

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

Shades of Toast #A57158

Tints of Toast #A57158

Color information

#A57158 (or 0xA57158) is unknown color: approx Toast. HEX triplet: A5, 71 and 58. RGB value is (165,113,88). Sum of RGB (Red+Green+Blue) = 165+113+88=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A57158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57158 is #5A8EA7. Grayscale: #7D7D7D. Windows color (decimal): -5934760 or 5796261. OLE color: 5796261.

HSL color Cylindrical-coordinate representation of color #A57158: hue angle of 19.48º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A57158 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB16511388-
CMYK00.320.470.35
HSL19.48º30.43%49.61%-
HSV(B)19.48º46.67%64.71%-
XYZ23.1820.5111.97-
YUV125.7106.73156.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=45.08%
G=30.87%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651138800.320.470.3519.4830.4349.61
HexA571580202F23131e32
Octal2451611300405743233662
Binary101001011110001101100001000001011111000111001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57158; }

 p { color: rgb(165,113,88); }

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

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

 a { background-color: rgb(165,113,88); }

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

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

 span { border-color: rgb(165,113,88); }

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