#A5745D

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

Shades of Toast #A5745D

Tints of Toast #A5745D

Color information

#A5745D (or 0xA5745D) is unknown color: approx Toast. HEX triplet: A5, 74 and 5D. RGB value is (165,116,93). Sum of RGB (Red+Green+Blue) = 165+116+93=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5745D is #5A8BA2. Grayscale: #808080. Windows color (decimal): -5933987 or 6124709. OLE color: 6124709.

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

Color convert

RGB16511693-
CMYK00.300.440.35
HSL19.17º28.57%50.59%-
HSV(B)19.17º43.64%64.71%-
XYZ23.7421.2813.21-
YUV128.03108.23154.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=44.12%
G=31.02%
B=24.87%

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
Decimal1651169300.300.440.3519.1728.5750.59
HexA5745D01E2C23131d33
Octal2451641350365443233563
Binary10100101111010010111010111101011001000111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5745D; }

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

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

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

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

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

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

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

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