#A37461

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

Shades of Toast #A37461

Tints of Toast #A37461

Color information

#A37461 (or 0xA37461) is unknown color: approx Toast. HEX triplet: A3, 74 and 61. RGB value is (163,116,97). Sum of RGB (Red+Green+Blue) = 163+116+97=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A37461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37461 is #5C8B9E. Grayscale: #808080. Windows color (decimal): -6065055 or 6386851. OLE color: 6386851.

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

Color convert

RGB16311697-
CMYK00.290.400.36
HSL17.27º26.4%50.98%-
HSV(B)17.27º40.49%63.92%-
XYZ23.5121.1414.15-
YUV127.89110.57153.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=43.35%
G=30.85%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631169700.290.400.3617.2726.450.98
HexA3746101D2824111a33
Octal2431641410355044213263
Binary10100011111010011000010111011010001001001000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37461; }

 p { color: rgb(163,116,97); }

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

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

 a { background-color: rgb(163,116,97); }

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

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

 span { border-color: rgb(163,116,97); }

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