#A57568

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

Shades of Toast #A57568

Tints of Toast #A57568

Color information

#A57568 (or 0xA57568) is unknown color: approx Toast. HEX triplet: A5, 75 and 68. RGB value is (165,117,104). Sum of RGB (Red+Green+Blue) = 165+117+104=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A57568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57568 is #5A8A97. Grayscale: #818181. Windows color (decimal): -5933720 or 6845861. OLE color: 6845861.

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

Color convert

RGB165117104-
CMYK00.290.370.35
HSL12.79º25.31%52.75%-
HSV(B)12.79º36.97%64.71%-
XYZ24.3821.7216-
YUV129.87113.4153.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=42.75%
G=30.31%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511710400.290.370.3512.7925.3152.75
HexA5756801D2523d1935
Octal2451651500354543153165
Binary1010010111101011101000011101100101100011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57568; }

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

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

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

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

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

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

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

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