#A4745D

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

Shades of Toast #A4745D

Tints of Toast #A4745D

Color information

#A4745D (or 0xA4745D) is unknown color: approx Toast. HEX triplet: A4, 74 and 5D. RGB value is (164,116,93). Sum of RGB (Red+Green+Blue) = 164+116+93=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4745D is #5B8BA2. Grayscale: #7F7F7F. Windows color (decimal): -5999523 or 6124708. OLE color: 6124708.

HSL color Cylindrical-coordinate representation of color #A4745D: hue angle of 19.44º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4745D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16411693-
CMYK00.290.430.36
HSL19.44º28.06%50.39%-
HSV(B)19.44º43.29%64.31%-
XYZ23.5321.1713.2-
YUV127.73108.4153.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=43.97%
G=31.10%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641169300.290.430.3619.4428.0650.39
HexA4745D01D2B24131c32
Octal2441641350355344233462
Binary10100100111010010111010111011010111001001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4745D; }

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

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

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

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

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

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

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

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