#A57163

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

Shades of Toast #A57163

Tints of Toast #A57163

Color information

#A57163 (or 0xA57163) is unknown color: approx Toast. HEX triplet: A5, 71 and 63. RGB value is (165,113,99). Sum of RGB (Red+Green+Blue) = 165+113+99=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A57163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57163 is #5A8E9C. Grayscale: #7F7F7F. Windows color (decimal): -5934749 or 6517157. OLE color: 6517157.

HSL color Cylindrical-coordinate representation of color #A57163: hue angle of 12.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A57163 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16511399-
CMYK00.320.400.35
HSL12.73º26.83%51.76%-
HSV(B)12.73º40%64.71%-
XYZ23.6720.7114.55-
YUV126.95112.23155.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 99 (39.06% from 255) = 26.26%
R=43.77%
G=29.97%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651139900.320.400.3512.7326.8351.76
HexA571630202823d1b34
Octal2451611430405043153364
Binary10100101111000111000110100000101000100011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57163; }

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

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

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

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

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

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

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

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