#A8745F

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

Shades of Toast #A8745F

Tints of Toast #A8745F

Color information

#A8745F (or 0xA8745F) is unknown color: approx Toast. HEX triplet: A8, 74 and 5F. RGB value is (168,116,95). Sum of RGB (Red+Green+Blue) = 168+116+95=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8745F is #578BA0. Grayscale: #818181. Windows color (decimal): -5737377 or 6255784. OLE color: 6255784.

HSL color Cylindrical-coordinate representation of color #A8745F: hue angle of 17.26º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8745F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16811695-
CMYK00.310.430.34
HSL17.26º29.55%51.57%-
HSV(B)17.26º43.45%65.88%-
XYZ24.4621.6413.71-
YUV129.15108.73155.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=44.33%
G=30.61%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681169500.310.430.3417.2629.5551.57
HexA8745F01F2B22111e34
Octal2501641370375342213664
Binary10101000111010010111110111111010111000101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8745F; }

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

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

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

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

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

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

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

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