#A47256

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

Shades of Toast #A47256

Tints of Toast #A47256

Color information

#A47256 (or 0xA47256) is unknown color: approx Toast. HEX triplet: A4, 72 and 56. RGB value is (164,114,86). Sum of RGB (Red+Green+Blue) = 164+114+86=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A47256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47256 is #5B8DA9. Grayscale: #7D7D7D. Windows color (decimal): -6000042 or 5665444. OLE color: 5665444.

HSL color Cylindrical-coordinate representation of color #A47256: hue angle of 21.54º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A47256 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16411486-
CMYK00.300.480.36
HSL21.54º31.2%49.02%-
HSV(B)21.54º47.56%64.31%-
XYZ23.0120.611.57-
YUV125.76105.56155.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=45.05%
G=31.32%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641148600.300.480.3621.5431.249.02
HexA4725601E3024161f31
Octal2441621260366044263761
Binary10100100111001010101100111101100001001001011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47256; }

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

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

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

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

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

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

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

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