#AA705D

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

Shades of Toast #AA705D

Tints of Toast #AA705D

Color information

#AA705D (or 0xAA705D) is unknown color: approx Toast. HEX triplet: AA, 70 and 5D. RGB value is (170,112,93). Sum of RGB (Red+Green+Blue) = 170+112+93=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA705D is #558FA2. Grayscale: #7F7F7F. Windows color (decimal): -5607331 or 6123690. OLE color: 6123690.

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

Color convert

RGB17011293-
CMYK00.340.450.33
HSL14.81º31.17%51.57%-
HSV(B)14.81º45.29%66.67%-
XYZ24.3520.9213.11-
YUV127.18108.72158.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=45.33%
G=29.87%
B=24.8%

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
Decimal1701129300.340.450.3314.8131.1751.57
HexAA705D0222D21f1f34
Octal2521601350425541173764
Binary10101010111000010111010100010101101100001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA705D; }

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

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

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

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

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

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

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

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