#A37157

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

Shades of Toast #A37157

Tints of Toast #A37157

Color information

#A37157 (or 0xA37157) is unknown color: approx Toast. HEX triplet: A3, 71 and 57. RGB value is (163,113,87). Sum of RGB (Red+Green+Blue) = 163+113+87=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A37157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37157 is #5C8EA8. Grayscale: #7D7D7D. Windows color (decimal): -6065833 or 5730723. OLE color: 5730723.

HSL color Cylindrical-coordinate representation of color #A37157: hue angle of 20.53º 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 #A37157 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16311387-
CMYK00.310.470.36
HSL20.53º30.4%49.02%-
HSV(B)20.53º46.63%63.92%-
XYZ22.7320.2811.73-
YUV124.99106.56155.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=44.90%
G=31.13%
B=23.97%

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
Decimal1631138700.310.470.3620.5330.449.02
HexA3715701F2F24151e31
Octal2431611270375744253661
Binary10100011111000110101110111111011111001001010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37157; }

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

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

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

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

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

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

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

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