#A4745F

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

Shades of Toast #A4745F

Tints of Toast #A4745F

Color information

#A4745F (or 0xA4745F) is unknown color: approx Toast. HEX triplet: A4, 74 and 5F. RGB value is (164,116,95). Sum of RGB (Red+Green+Blue) = 164+116+95=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4745F is #5B8BA0. Grayscale: #808080. Windows color (decimal): -5999521 or 6255780. OLE color: 6255780.

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

Color convert

RGB16411695-
CMYK00.290.420.36
HSL18.26º27.49%50.78%-
HSV(B)18.26º42.07%64.31%-
XYZ23.6221.2113.68-
YUV127.96109.4153.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=43.73%
G=30.93%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641169500.290.420.3618.2627.4950.78
HexA4745F01D2A24121b33
Octal2441641370355244223363
Binary10100100111010010111110111011010101001001001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4745F; }

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

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

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

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

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

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

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

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