#A57567

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

Shades of Toast #A57567

Tints of Toast #A57567

Color information

#A57567 (or 0xA57567) is unknown color: approx Toast. HEX triplet: A5, 75 and 67. RGB value is (165,117,103). Sum of RGB (Red+Green+Blue) = 165+117+103=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A57567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57567 is #5A8A98. Grayscale: #818181. Windows color (decimal): -5933721 or 6780325. OLE color: 6780325.

HSL color Cylindrical-coordinate representation of color #A57567: hue angle of 13.55º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A57567 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB165117103-
CMYK00.290.380.35
HSL13.55º25.62%52.55%-
HSV(B)13.55º37.58%64.71%-
XYZ24.3321.715.74-
YUV129.76112.9153.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 103 (40.62% from 255) = 26.75%
R=42.86%
G=30.39%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511710300.290.380.3513.5525.6252.55
HexA5756701D2623e1a35
Octal2451651470354643163265
Binary1010010111101011100111011101100110100011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57567; }

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

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

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

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

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

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

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

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