#A6745B

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

Shades of Toast #A6745B

Tints of Toast #A6745B

Color information

#A6745B (or 0xA6745B) is unknown color: approx Toast. HEX triplet: A6, 74 and 5B. RGB value is (166,116,91). Sum of RGB (Red+Green+Blue) = 166+116+91=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6745B is #598BA4. Grayscale: #808080. Windows color (decimal): -5868453 or 5993638. OLE color: 5993638.

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

Color convert

RGB16611691-
CMYK00.300.450.35
HSL20º29.64%50.39%-
HSV(B)20º45.18%65.1%-
XYZ23.8621.3512.76-
YUV128.1107.06155.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=44.50%
G=31.10%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661169100.300.450.352029.6450.39
HexA6745B01E2D23141e32
Octal2461641330365543243662
Binary10100110111010010110110111101011011000111010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6745B; }

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

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

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

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

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

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

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

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