#A6745D

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

Shades of Toast #A6745D

Tints of Toast #A6745D

Color information

#A6745D (or 0xA6745D) is unknown color: approx Toast. HEX triplet: A6, 74 and 5D. RGB value is (166,116,93). Sum of RGB (Red+Green+Blue) = 166+116+93=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6745D is #598BA2. Grayscale: #808080. Windows color (decimal): -5868451 or 6124710. OLE color: 6124710.

HSL color Cylindrical-coordinate representation of color #A6745D: hue angle of 18.9º 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 #A6745D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16611693-
CMYK00.300.440.35
HSL18.9º29.08%50.78%-
HSV(B)18.9º43.98%65.1%-
XYZ23.9521.3913.22-
YUV128.33108.06154.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=44.27%
G=30.93%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661169300.300.440.3518.929.0850.78
HexA6745D01E2C23131d33
Octal2461641350365443233563
Binary10100110111010010111010111101011001000111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6745D; }

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

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

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

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

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

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

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

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