#A37860

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

Shades of Toast #A37860

Tints of Toast #A37860

Color information

#A37860 (or 0xA37860) is unknown color: approx Toast. HEX triplet: A3, 78 and 60. RGB value is (163,120,96). Sum of RGB (Red+Green+Blue) = 163+120+96=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A37860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37860 is #5C879F. Grayscale: #828282. Windows color (decimal): -6064032 or 6322339. OLE color: 6322339.

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

Color convert

RGB16312096-
CMYK00.260.410.36
HSL21.49º26.69%50.78%-
HSV(B)21.49º41.1%63.92%-
XYZ23.9322.0614.06-
YUV130.12108.75151.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=43.01%
G=31.66%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631209600.260.410.3621.4926.6950.78
HexA3786001A2924151b33
Octal2431701400325144253363
Binary10100011111100011000000110101010011001001010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37860; }

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

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

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

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

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

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

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

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