#AA745C

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

Shades of Toast #AA745C

Tints of Toast #AA745C

Color information

#AA745C (or 0xAA745C) is unknown color: approx Toast. HEX triplet: AA, 74 and 5C. RGB value is (170,116,92). Sum of RGB (Red+Green+Blue) = 170+116+92=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA745C is #558BA3. Grayscale: #818181. Windows color (decimal): -5606308 or 6059178. OLE color: 6059178.

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

Color convert

RGB17011692-
CMYK00.320.460.33
HSL18.46º31.45%51.37%-
HSV(B)18.46º45.88%66.67%-
XYZ24.7521.8113.03-
YUV129.41106.89156.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=44.97%
G=30.69%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701169200.320.460.3318.4631.4551.37
HexAA745C0202E21121f33
Octal2521641340405641223763
Binary101010101110100101110001000001011101000011001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA745C; }

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

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

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

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

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

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

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

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