#a47456

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

Shades of Toast #A47456

Tints of Toast #A47456

Color information

#A47456 (or 0xA47456) is unknown color: approx Toast. HEX triplet: A4, 74 and 56. RGB value is (164,116,86). Sum of RGB (Red+Green+Blue) = 164+116+86=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A47456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47456 is #5B8BA9. Grayscale: #7F7F7F. Windows color (decimal): -5999530 or 5665956. OLE color: 5665956.

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

Color convert

RGB16411686-
CMYK00.290.480.36
HSL23.08º31.2%49.02%-
HSV(B)23.08º47.56%64.31%-
XYZ23.2321.0611.64-
YUV126.93104.9154.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=44.81%
G=31.69%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641168600.290.480.3623.0831.249.02
HexA4745601D3024171f31
Octal2441641260356044273761
Binary10100100111010010101100111011100001001001011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47456; }

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

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

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

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

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

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

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

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