#A66E5D

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

Shades of Toast #A66E5D

Tints of Toast #A66E5D

Color information

#A66E5D (or 0xA66E5D) is unknown color: approx Toast. HEX triplet: A6, 6E and 5D. RGB value is (166,110,93). Sum of RGB (Red+Green+Blue) = 166+110+93=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66E5D is #5991A2. Grayscale: #7C7C7C. Windows color (decimal): -5869987 or 6123174. OLE color: 6123174.

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

Color convert

RGB16611093-
CMYK00.340.440.35
HSL13.97º29.08%50.78%-
HSV(B)13.97º43.98%65.1%-
XYZ23.2820.0513-
YUV124.81110.05157.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=44.99%
G=29.81%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661109300.340.440.3513.9729.0850.78
HexA66E5D0222C23e1d33
Octal2461561350425443163563
Binary10100110110111010111010100010101100100011111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E5D; }

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

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

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

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

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

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

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

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