#A4705A

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

Shades of Toast #A4705A

Tints of Toast #A4705A

Color information

#A4705A (or 0xA4705A) is unknown color: approx Toast. HEX triplet: A4, 70 and 5A. RGB value is (164,112,90). Sum of RGB (Red+Green+Blue) = 164+112+90=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A4705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4705A is #5B8FA5. Grayscale: #7D7D7D. Windows color (decimal): -6000550 or 5927076. OLE color: 5927076.

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

Color convert

RGB16411290-
CMYK00.320.450.36
HSL17.84º29.13%49.8%-
HSV(B)17.84º45.12%64.31%-
XYZ22.9520.2212.37-
YUV125.04108.23155.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=44.81%
G=30.60%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641129000.320.450.3617.8429.1349.8
HexA4705A0202D24121d32
Octal2441601320405544223562
Binary101001001110000101101001000001011011001001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4705A; }

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

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

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

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

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

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

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

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