#A4705D

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

Shades of Toast #A4705D

Tints of Toast #A4705D

Color information

#A4705D (or 0xA4705D) is unknown color: approx Toast. HEX triplet: A4, 70 and 5D. RGB value is (164,112,93). Sum of RGB (Red+Green+Blue) = 164+112+93=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4705D is #5B8FA2. Grayscale: #7D7D7D. Windows color (decimal): -6000547 or 6123684. OLE color: 6123684.

HSL color Cylindrical-coordinate representation of color #A4705D: hue angle of 16.06º 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 #A4705D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16411293-
CMYK00.320.430.36
HSL16.06º28.06%50.39%-
HSV(B)16.06º43.29%64.31%-
XYZ23.0820.2713.05-
YUV125.38109.73155.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=44.44%
G=30.35%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641129300.320.430.3616.0628.0650.39
HexA4705D0202B24101c32
Octal2441601350405344203462
Binary101001001110000101110101000001010111001001000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4705D; }

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

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

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

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

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

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

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

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