#A37057

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

Shades of Toast #A37057

Tints of Toast #A37057

Color information

#A37057 (or 0xA37057) is unknown color: approx Toast. HEX triplet: A3, 70 and 57. RGB value is (163,112,87). Sum of RGB (Red+Green+Blue) = 163+112+87=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A37057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37057 is #5C8FA8. Grayscale: #7C7C7C. Windows color (decimal): -6066089 or 5730467. OLE color: 5730467.

HSL color Cylindrical-coordinate representation of color #A37057: hue angle of 19.74º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37057 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16311287-
CMYK00.310.470.36
HSL19.74º30.4%49.02%-
HSV(B)19.74º46.63%63.92%-
XYZ22.6220.0611.7-
YUV124.4106.9155.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 87 (34.38% from 255) = 24.03%
R=45.03%
G=30.94%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631128700.310.470.3619.7430.449.02
HexA3705701F2F24141e31
Octal2431601270375744243661
Binary10100011111000010101110111111011111001001010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37057; }

 p { color: rgb(163,112,87); }

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

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

 a { background-color: rgb(163,112,87); }

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

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

 span { border-color: rgb(163,112,87); }

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