#A5745E

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

Shades of Toast #A5745E

Tints of Toast #A5745E

Color information

#A5745E (or 0xA5745E) is unknown color: approx Toast. HEX triplet: A5, 74 and 5E. RGB value is (165,116,94). Sum of RGB (Red+Green+Blue) = 165+116+94=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5745E is #5A8BA1. Grayscale: #808080. Windows color (decimal): -5933986 or 6190245. OLE color: 6190245.

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

Color convert

RGB16511694-
CMYK00.300.430.35
HSL18.59º28.29%50.78%-
HSV(B)18.59º43.03%64.71%-
XYZ23.7821.313.45-
YUV128.14108.73154.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=44%
G=30.93%
B=25.07%

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
Decimal1651169400.300.430.3518.5928.2950.78
HexA5745E01E2B23131c33
Octal2451641360365343233463
Binary10100101111010010111100111101010111000111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5745E; }

 p { color: rgb(165,116,94); }

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

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

 a { background-color: rgb(165,116,94); }

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

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

 span { border-color: rgb(165,116,94); }

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