#A47261

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

Shades of Toast #A47261

Tints of Toast #A47261

Color information

#A47261 (or 0xA47261) is unknown color: approx Toast. HEX triplet: A4, 72 and 61. RGB value is (164,114,97). Sum of RGB (Red+Green+Blue) = 164+114+97=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A47261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47261 is #5B8D9E. Grayscale: #7F7F7F. Windows color (decimal): -6000031 or 6386340. OLE color: 6386340.

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

Color convert

RGB16411497-
CMYK00.300.410.36
HSL15.22º26.91%51.18%-
HSV(B)15.22º40.85%64.31%-
XYZ23.4820.7914.08-
YUV127.01111.06154.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=43.73%
G=30.4%
B=25.87%

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
Decimal1641149700.300.410.3615.2226.9151.18
HexA4726101E2924f1b33
Octal2441621410365144173363
Binary1010010011100101100001011110101001100100111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47261; }

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

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

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

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

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

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

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

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