#A46E5D

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

Shades of Toast #A46E5D

Tints of Toast #A46E5D

Color information

#A46E5D (or 0xA46E5D) is unknown color: approx Toast. HEX triplet: A4, 6E and 5D. RGB value is (164,110,93). Sum of RGB (Red+Green+Blue) = 164+110+93=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E5D is #5B91A2. Grayscale: #7C7C7C. Windows color (decimal): -6001059 or 6123172. OLE color: 6123172.

HSL color Cylindrical-coordinate representation of color #A46E5D: hue angle of 14.37º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A46E5D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16411093-
CMYK00.330.430.36
HSL14.37º28.06%50.39%-
HSV(B)14.37º43.29%64.31%-
XYZ22.8619.8312.98-
YUV124.21110.39156.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=44.69%
G=29.97%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641109300.330.430.3614.3728.0650.39
HexA46E5D0212B24e1c32
Octal2441561350415344163462
Binary10100100110111010111010100001101011100100111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E5D; }

 p { color: rgb(164,110,93); }

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

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

 a { background-color: rgb(164,110,93); }

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

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

 span { border-color: rgb(164,110,93); }

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