#A37060

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

Shades of Toast #A37060

Tints of Toast #A37060

Color information

#A37060 (or 0xA37060) is unknown color: approx Toast. HEX triplet: A3, 70 and 60. RGB value is (163,112,96). Sum of RGB (Red+Green+Blue) = 163+112+96=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A37060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37060 is #5C8F9F. Grayscale: #7D7D7D. Windows color (decimal): -6066080 or 6320291. OLE color: 6320291.

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

Color convert

RGB16311296-
CMYK00.310.410.36
HSL14.33º26.69%50.78%-
HSV(B)14.33º41.1%63.92%-
XYZ23.0120.2213.76-
YUV125.42111.4154.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=43.94%
G=30.19%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631129600.310.410.3614.3326.6950.78
HexA3706001F2924e1b33
Octal2431601400375144163363
Binary1010001111100001100000011111101001100100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37060; }

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

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

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

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

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

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

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

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