#AA715E

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

Shades of Toast #AA715E

Tints of Toast #AA715E

Color information

#AA715E (or 0xAA715E) is unknown color: approx Toast. HEX triplet: AA, 71 and 5E. RGB value is (170,113,94). Sum of RGB (Red+Green+Blue) = 170+113+94=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715E is #558EA1. Grayscale: #808080. Windows color (decimal): -5607074 or 6189482. OLE color: 6189482.

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

Color convert

RGB17011394-
CMYK00.340.450.33
HSL15º30.89%51.76%-
HSV(B)15º44.71%66.67%-
XYZ24.521.1613.38-
YUV127.88108.88158.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=45.09%
G=29.97%
B=24.93%

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
Decimal1701139400.340.450.331530.8951.76
HexAA715E0222D21f1f34
Octal2521611360425541173764
Binary10101010111000110111100100010101101100001111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA715E; }

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

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

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

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

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

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

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

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