#A6745F

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

Shades of Toast #A6745F

Tints of Toast #A6745F

Color information

#A6745F (or 0xA6745F) is unknown color: approx Toast. HEX triplet: A6, 74 and 5F. RGB value is (166,116,95). Sum of RGB (Red+Green+Blue) = 166+116+95=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6745F is #598BA0. Grayscale: #808080. Windows color (decimal): -5868449 or 6255782. OLE color: 6255782.

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

Color convert

RGB16611695-
CMYK00.300.430.35
HSL17.75º28.51%51.18%-
HSV(B)17.75º42.77%65.1%-
XYZ24.0421.4213.69-
YUV128.56109.06154.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=44.03%
G=30.77%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661169500.300.430.3517.7528.5151.18
HexA6745F01E2B23121d33
Octal2461641370365343223563
Binary10100110111010010111110111101010111000111001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6745F; }

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

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

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

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

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

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

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

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