#A47361

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

Shades of Toast #A47361

Tints of Toast #A47361

Color information

#A47361 (or 0xA47361) is unknown color: approx Toast. HEX triplet: A4, 73 and 61. RGB value is (164,115,97). Sum of RGB (Red+Green+Blue) = 164+115+97=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A47361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47361 is #5B8C9E. Grayscale: #7F7F7F. Windows color (decimal): -5999775 or 6386596. OLE color: 6386596.

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

Color convert

RGB16411597-
CMYK00.300.410.36
HSL16.12º26.91%51.18%-
HSV(B)16.12º40.85%64.31%-
XYZ23.621.0214.12-
YUV127.6110.73153.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=43.62%
G=30.59%
B=25.80%

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
Decimal1641159700.300.410.3616.1226.9151.18
HexA4736101E2924101b33
Octal2441631410365144203363
Binary10100100111001111000010111101010011001001000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47361; }

 p { color: rgb(164,115,97); }

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

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

 a { background-color: rgb(164,115,97); }

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

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

 span { border-color: rgb(164,115,97); }

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