#A47360

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

Shades of Toast #A47360

Tints of Toast #A47360

Color information

#A47360 (or 0xA47360) is unknown color: approx Toast. HEX triplet: A4, 73 and 60. RGB value is (164,115,96). Sum of RGB (Red+Green+Blue) = 164+115+96=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A47360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47360 is #5B8C9F. Grayscale: #7F7F7F. Windows color (decimal): -5999776 or 6321060. OLE color: 6321060.

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

Color convert

RGB16411596-
CMYK00.300.410.36
HSL16.76º27.2%50.98%-
HSV(B)16.76º41.46%64.31%-
XYZ23.552113.88-
YUV127.48110.23154.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=43.73%
G=30.67%
B=25.6%

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
Decimal1641159600.300.410.3616.7627.250.98
HexA4736001E2924111b33
Octal2441631400365144213363
Binary10100100111001111000000111101010011001001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47360; }

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

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

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

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

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

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

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

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