#A57358

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

Shades of Toast #A57358

Tints of Toast #A57358

Color information

#A57358 (or 0xA57358) is unknown color: approx Toast. HEX triplet: A5, 73 and 58. RGB value is (165,115,88). Sum of RGB (Red+Green+Blue) = 165+115+88=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A57358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57358 is #5A8CA7. Grayscale: #7F7F7F. Windows color (decimal): -5934248 or 5796773. OLE color: 5796773.

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

Color convert

RGB16511588-
CMYK00.300.470.35
HSL21.04º30.43%49.61%-
HSV(B)21.04º46.67%64.71%-
XYZ23.4120.9712.05-
YUV126.87106.06155.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 88 (34.77% from 255) = 23.91%
R=44.84%
G=31.25%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651158800.300.470.3521.0430.4349.61
HexA5735801E2F23151e32
Octal2451631300365743253662
Binary10100101111001110110000111101011111000111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57358; }

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

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

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

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

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

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

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

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