#A4735D

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

Shades of Toast #A4735D

Tints of Toast #A4735D

Color information

#A4735D (or 0xA4735D) is unknown color: approx Toast. HEX triplet: A4, 73 and 5D. RGB value is (164,115,93). Sum of RGB (Red+Green+Blue) = 164+115+93=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4735D is #5B8CA2. Grayscale: #7F7F7F. Windows color (decimal): -5999779 or 6124452. OLE color: 6124452.

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

Color convert

RGB16411593-
CMYK00.300.430.36
HSL18.59º28.06%50.39%-
HSV(B)18.59º43.29%64.31%-
XYZ23.4220.9413.16-
YUV127.14108.73154.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 93 (36.72% from 255) = 25%
R=44.09%
G=30.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641159300.300.430.3618.5928.0650.39
HexA4735D01E2B24131c32
Octal2441631350365344233462
Binary10100100111001110111010111101010111001001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4735D; }

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

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

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

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

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

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

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

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