#A57357

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

Shades of Toast #A57357

Tints of Toast #A57357

Color information

#A57357 (or 0xA57357) is unknown color: approx Toast. HEX triplet: A5, 73 and 57. RGB value is (165,115,87). Sum of RGB (Red+Green+Blue) = 165+115+87=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A57357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57357 is #5A8CA8. Grayscale: #7E7E7E. Windows color (decimal): -5934249 or 5731237. OLE color: 5731237.

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

Color convert

RGB16511587-
CMYK00.300.470.35
HSL21.54º30.95%49.41%-
HSV(B)21.54º47.27%64.71%-
XYZ23.3720.9511.83-
YUV126.76105.56155.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=44.96%
G=31.34%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651158700.300.470.3521.5430.9549.41
HexA5735701E2F23161f31
Octal2451631270365743263761
Binary10100101111001110101110111101011111000111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57357; }

 p { color: rgb(165,115,87); }

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

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

 a { background-color: rgb(165,115,87); }

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

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

 span { border-color: rgb(165,115,87); }

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