#AA705E

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

Shades of Toast #AA705E

Tints of Toast #AA705E

Color information

#AA705E (or 0xAA705E) is unknown color: approx Toast. HEX triplet: AA, 70 and 5E. RGB value is (170,112,94). Sum of RGB (Red+Green+Blue) = 170+112+94=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA705E is #558FA1. Grayscale: #7F7F7F. Windows color (decimal): -5607330 or 6189226. OLE color: 6189226.

HSL color Cylindrical-coordinate representation of color #AA705E: hue angle of 14.21º 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 #AA705E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17011294-
CMYK00.340.450.33
HSL14.21º30.89%51.76%-
HSV(B)14.21º44.71%66.67%-
XYZ24.3920.9413.35-
YUV127.29109.22158.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 94 (37.11% from 255) = 25%
R=45.21%
G=29.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701129400.340.450.3314.2130.8951.76
HexAA705E0222D21e1f34
Octal2521601360425541163764
Binary10101010111000010111100100010101101100001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA705E; }

 p { color: rgb(170,112,94); }

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

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

 a { background-color: rgb(170,112,94); }

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

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

 span { border-color: rgb(170,112,94); }

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