#A9745E

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

Shades of Toast #A9745E

Tints of Toast #A9745E

Color information

#A9745E (or 0xA9745E) is unknown color: approx Toast. HEX triplet: A9, 74 and 5E. RGB value is (169,116,94). Sum of RGB (Red+Green+Blue) = 169+116+94=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9745E is #568BA1. Grayscale: #818181. Windows color (decimal): -5671842 or 6190249. OLE color: 6190249.

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

Color convert

RGB16911694-
CMYK00.310.440.34
HSL17.6º30.36%51.57%-
HSV(B)17.6º44.38%66.27%-
XYZ24.6321.7313.49-
YUV129.34108.06156.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=44.59%
G=30.61%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691169400.310.440.3417.630.3651.57
HexA9745E01F2C22121e34
Octal2511641360375442223664
Binary10101001111010010111100111111011001000101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9745E; }

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

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

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

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

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

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

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

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