#A5745C

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

Shades of Toast #A5745C

Tints of Toast #A5745C

Color information

#A5745C (or 0xA5745C) is unknown color: approx Toast. HEX triplet: A5, 74 and 5C. RGB value is (165,116,92). Sum of RGB (Red+Green+Blue) = 165+116+92=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5745C is #5A8BA3. Grayscale: #808080. Windows color (decimal): -5933988 or 6059173. OLE color: 6059173.

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

Color convert

RGB16511692-
CMYK00.300.440.35
HSL19.73º28.85%50.39%-
HSV(B)19.73º44.24%64.71%-
XYZ23.6921.2612.98-
YUV127.92107.73154.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=44.24%
G=31.10%
B=24.66%

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
Decimal1651169200.300.440.3519.7328.8550.39
HexA5745C01E2C23141d32
Octal2451641340365443243562
Binary10100101111010010111000111101011001000111010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5745C; }

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

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

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

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

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

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

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

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