#A57456

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

Shades of Toast #A57456

Tints of Toast #A57456

Color information

#A57456 (or 0xA57456) is unknown color: approx Toast. HEX triplet: A5, 74 and 56. RGB value is (165,116,86). Sum of RGB (Red+Green+Blue) = 165+116+86=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A57456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57456 is #5A8BA9. Grayscale: #7F7F7F. Windows color (decimal): -5933994 or 5665957. OLE color: 5665957.

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

Color convert

RGB16511686-
CMYK00.300.480.35
HSL22.78º31.47%49.22%-
HSV(B)22.78º47.88%64.71%-
XYZ23.4421.1611.65-
YUV127.23104.73154.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=44.96%
G=31.61%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651168600.300.480.3522.7831.4749.22
HexA5745601E3023171f31
Octal2451641260366043273761
Binary10100101111010010101100111101100001000111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57456; }

 p { color: rgb(165,116,86); }

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

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

 a { background-color: rgb(165,116,86); }

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

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

 span { border-color: rgb(165,116,86); }

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