#A66E59

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

Shades of Toast #A66E59

Tints of Toast #A66E59

Color information

#A66E59 (or 0xA66E59) is unknown color: approx Toast. HEX triplet: A6, 6E and 59. RGB value is (166,110,89). Sum of RGB (Red+Green+Blue) = 166+110+89=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E59 is #5991A6. Grayscale: #7C7C7C. Windows color (decimal): -5869991 or 5861030. OLE color: 5861030.

HSL color Cylindrical-coordinate representation of color #A66E59: hue angle of 16.36º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66E59 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16611089-
CMYK00.340.460.35
HSL16.36º30.2%50%-
HSV(B)16.36º46.39%65.1%-
XYZ23.119.9812.09-
YUV124.35108.05157.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=45.48%
G=30.14%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661108900.340.460.3516.3630.250
HexA66E590222E23101e32
Octal2461561310425643203662
Binary101001101101110101100101000101011101000111000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E59; }

 p { color: rgb(166,110,89); }

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

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

 a { background-color: rgb(166,110,89); }

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

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

 span { border-color: rgb(166,110,89); }

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