#A37162

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

Shades of Toast #A37162

Tints of Toast #A37162

Color information

#A37162 (or 0xA37162) is unknown color: approx Toast. HEX triplet: A3, 71 and 62. RGB value is (163,113,98). Sum of RGB (Red+Green+Blue) = 163+113+98=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A37162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37162 is #5C8E9D. Grayscale: #7E7E7E. Windows color (decimal): -6065822 or 6451619. OLE color: 6451619.

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

Color convert

RGB16311398-
CMYK00.310.400.36
HSL13.85º26.1%51.18%-
HSV(B)13.85º39.88%63.92%-
XYZ23.2120.4814.28-
YUV126.24112.06154.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 98 (38.67% from 255) = 26.20%
R=43.58%
G=30.21%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631139800.310.400.3613.8526.151.18
HexA3716201F2824e1a33
Octal2431611420375044163263
Binary1010001111100011100010011111101000100100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37162; }

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

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

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

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

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

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

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

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