#A47160

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

Shades of Toast #A47160

Tints of Toast #A47160

Color information

#A47160 (or 0xA47160) is unknown color: approx Toast. HEX triplet: A4, 71 and 60. RGB value is (164,113,96). Sum of RGB (Red+Green+Blue) = 164+113+96=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A47160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47160 is #5B8E9F. Grayscale: #7E7E7E. Windows color (decimal): -6000288 or 6320548. OLE color: 6320548.

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

Color convert

RGB16411396-
CMYK00.310.410.36
HSL15º27.2%50.98%-
HSV(B)15º41.46%64.31%-
XYZ23.3320.5513.8-
YUV126.31110.9154.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=43.97%
G=30.29%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641139600.310.410.361527.250.98
HexA4716001F2924f1b33
Octal2441611400375144173363
Binary1010010011100011100000011111101001100100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47160; }

 p { color: rgb(164,113,96); }

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

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

 a { background-color: rgb(164,113,96); }

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

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

 span { border-color: rgb(164,113,96); }

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