#A57362

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

Shades of Toast #A57362

Tints of Toast #A57362

Color information

#A57362 (or 0xA57362) is unknown color: approx Toast. HEX triplet: A5, 73 and 62. RGB value is (165,115,98). Sum of RGB (Red+Green+Blue) = 165+115+98=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A57362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57362 is #5A8C9D. Grayscale: #808080. Windows color (decimal): -5934238 or 6452133. OLE color: 6452133.

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

Color convert

RGB16511598-
CMYK00.300.410.35
HSL15.22º27.13%51.57%-
HSV(B)15.22º40.61%64.71%-
XYZ23.8521.1414.38-
YUV128.01111.06154.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 98 (38.67% from 255) = 25.93%
R=43.65%
G=30.42%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651159800.300.410.3515.2227.1351.57
HexA5736201E2923f1b34
Octal2451631420365143173364
Binary1010010111100111100010011110101001100011111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57362; }

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

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

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

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

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

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

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

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