#AA715C

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

Shades of Toast #AA715C

Tints of Toast #AA715C

Color information

#AA715C (or 0xAA715C) is unknown color: approx Toast. HEX triplet: AA, 71 and 5C. RGB value is (170,113,92). Sum of RGB (Red+Green+Blue) = 170+113+92=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715C is #558EA3. Grayscale: #7F7F7F. Windows color (decimal): -5607076 or 6058410. OLE color: 6058410.

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

Color convert

RGB17011392-
CMYK00.340.460.33
HSL16.15º31.45%51.37%-
HSV(B)16.15º45.88%66.67%-
XYZ24.4121.1312.92-
YUV127.65107.88158.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=45.33%
G=30.13%
B=24.53%

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
Decimal1701139200.340.460.3316.1531.4551.37
HexAA715C0222E21101f33
Octal2521611340425641203763
Binary101010101110001101110001000101011101000011000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA715C; }

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

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

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

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

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

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

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

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