#AA745A

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

Shades of Toast #AA745A

Tints of Toast #AA745A

Color information

#AA745A (or 0xAA745A) is unknown color: approx Toast. HEX triplet: AA, 74 and 5A. RGB value is (170,116,90). Sum of RGB (Red+Green+Blue) = 170+116+90=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA745A is #558BA5. Grayscale: #818181. Windows color (decimal): -5606310 or 5928106. OLE color: 5928106.

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

Color convert

RGB17011690-
CMYK00.320.470.33
HSL19.5º32%50.98%-
HSV(B)19.5º47.06%66.67%-
XYZ24.6721.7812.58-
YUV129.18105.89157.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=45.21%
G=30.85%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701169000.320.470.3319.53250.98
HexAA745A0202F21142033
Octal2521641320405741244063
Binary1010101011101001011010010000010111110000110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA745A; }

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

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

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

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

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

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

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

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