#A4735F

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

Shades of Toast #A4735F

Tints of Toast #A4735F

Color information

#A4735F (or 0xA4735F) is unknown color: approx Toast. HEX triplet: A4, 73 and 5F. RGB value is (164,115,95). Sum of RGB (Red+Green+Blue) = 164+115+95=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4735F is #5B8CA0. Grayscale: #7F7F7F. Windows color (decimal): -5999777 or 6255524. OLE color: 6255524.

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

Color convert

RGB16411595-
CMYK00.300.420.36
HSL17.39º27.49%50.78%-
HSV(B)17.39º42.07%64.31%-
XYZ23.5120.9813.64-
YUV127.37109.73154.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=43.85%
G=30.75%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641159500.300.420.3617.3927.4950.78
HexA4735F01E2A24111b33
Octal2441631370365244213363
Binary10100100111001110111110111101010101001001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4735F; }

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

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

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

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

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

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

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

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