#A9745B

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

Shades of Toast #A9745B

Tints of Toast #A9745B

Color information

#A9745B (or 0xA9745B) is unknown color: approx Toast. HEX triplet: A9, 74 and 5B. RGB value is (169,116,91). Sum of RGB (Red+Green+Blue) = 169+116+91=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9745B is #568BA4. Grayscale: #818181. Windows color (decimal): -5671845 or 5993641. OLE color: 5993641.

HSL color Cylindrical-coordinate representation of color #A9745B: hue angle of 19.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9745B is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16911691-
CMYK00.310.460.34
HSL19.23º31.2%50.98%-
HSV(B)19.23º46.15%66.27%-
XYZ24.521.6812.79-
YUV129106.56156.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=44.95%
G=30.85%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691169100.310.460.3419.2331.250.98
HexA9745B01F2E22131f33
Octal2511641330375642233763
Binary10101001111010010110110111111011101000101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9745B; }

 p { color: rgb(169,116,91); }

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

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

 a { background-color: rgb(169,116,91); }

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

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

 span { border-color: rgb(169,116,91); }

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