#A37260

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

Shades of Toast #A37260

Tints of Toast #A37260

Color information

#A37260 (or 0xA37260) is unknown color: approx Toast. HEX triplet: A3, 72 and 60. RGB value is (163,114,96). Sum of RGB (Red+Green+Blue) = 163+114+96=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A37260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37260 is #5C8D9F. Grayscale: #7E7E7E. Windows color (decimal): -6065568 or 6320803. OLE color: 6320803.

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

Color convert

RGB16311496-
CMYK00.300.410.36
HSL16.12º26.69%50.78%-
HSV(B)16.12º41.1%63.92%-
XYZ23.2320.6713.83-
YUV126.6110.73153.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=43.70%
G=30.56%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631149600.300.410.3616.1226.6950.78
HexA3726001E2924101b33
Octal2431621400365144203363
Binary10100011111001011000000111101010011001001000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37260; }

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

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

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

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

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

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

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

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