#AA745D

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

Shades of Toast #AA745D

Tints of Toast #AA745D

Color information

#AA745D (or 0xAA745D) is unknown color: approx Toast. HEX triplet: AA, 74 and 5D. RGB value is (170,116,93). Sum of RGB (Red+Green+Blue) = 170+116+93=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA745D is #558BA2. Grayscale: #818181. Windows color (decimal): -5606307 or 6124714. OLE color: 6124714.

HSL color Cylindrical-coordinate representation of color #AA745D: hue angle of 17.92º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA745D is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17011693-
CMYK00.320.450.33
HSL17.92º31.17%51.57%-
HSV(B)17.92º45.29%66.67%-
XYZ24.821.8313.26-
YUV129.52107.39156.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=44.85%
G=30.61%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701169300.320.450.3317.9231.1751.57
HexAA745D0202D21121f34
Octal2521641350405541223764
Binary101010101110100101110101000001011011000011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA745D; }

 p { color: rgb(170,116,93); }

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

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

 a { background-color: rgb(170,116,93); }

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

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

 span { border-color: rgb(170,116,93); }

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