#A46D60

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

Shades of Toast #A46D60

Tints of Toast #A46D60

Color information

#A46D60 (or 0xA46D60) is unknown color: approx Toast. HEX triplet: A4, 6D and 60. RGB value is (164,109,96). Sum of RGB (Red+Green+Blue) = 164+109+96=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D60 is #5B929F. Grayscale: #7C7C7C. Windows color (decimal): -6001312 or 6319524. OLE color: 6319524.

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

Color convert

RGB16410996-
CMYK00.340.410.36
HSL11.47º27.2%50.98%-
HSV(B)11.47º41.46%64.31%-
XYZ22.8919.6713.66-
YUV123.96112.22156.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=44.44%
G=29.54%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641099600.340.410.3611.4727.250.98
HexA46D600222924b1b33
Octal2441551400425144133363
Binary10100100110110111000000100010101001100100101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D60; }

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

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

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

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

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

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

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

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