#AA715B

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

Shades of Toast #AA715B

Tints of Toast #AA715B

Color information

#AA715B (or 0xAA715B) is unknown color: approx Toast. HEX triplet: AA, 71 and 5B. RGB value is (170,113,91). Sum of RGB (Red+Green+Blue) = 170+113+91=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715B is #558EA4. Grayscale: #7F7F7F. Windows color (decimal): -5607077 or 5992874. OLE color: 5992874.

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

Color convert

RGB17011391-
CMYK00.340.460.33
HSL16.71º31.73%51.18%-
HSV(B)16.71º46.47%66.67%-
XYZ24.3721.1112.69-
YUV127.54107.38158.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=45.45%
G=30.21%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701139100.340.460.3316.7131.7351.18
HexAA715B0222E21112033
Octal2521611330425641214063
Binary1010101011100011011011010001010111010000110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA715B; }

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

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

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

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

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

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

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

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