#A06E60

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

Shades of Toast #A06E60

Tints of Toast #A06E60

Color information

#A06E60 (or 0xA06E60) is unknown color: approx Toast. HEX triplet: A0, 6E and 60. RGB value is (160,110,96). Sum of RGB (Red+Green+Blue) = 160+110+96=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E60 is #5F919F. Grayscale: #7B7B7B. Windows color (decimal): -6263200 or 6319776. OLE color: 6319776.

HSL color Cylindrical-coordinate representation of color #A06E60: hue angle of 13.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06E60 is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16011096-
CMYK00.310.40.37
HSL13.12º25.2%50.2%-
HSV(B)13.12º40%62.75%-
XYZ22.1819.4713.66-
YUV123.35112.56154.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=43.72%
G=30.05%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601109600.310.40.3713.1225.250.2
HexA06E6001F2825d1932
Octal2401561400375045153162
Binary1010000011011101100000011111101000100101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06E60; }

 p { color: rgb(160,110,96); }

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

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

 a { background-color: rgb(160,110,96); }

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

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

 span { border-color: rgb(160,110,96); }

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