#AA725B

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

Shades of Toast #AA725B

Tints of Toast #AA725B

Color information

#AA725B (or 0xAA725B) is unknown color: approx Toast. HEX triplet: AA, 72 and 5B. RGB value is (170,114,91). Sum of RGB (Red+Green+Blue) = 170+114+91=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA725B is #558DA4. Grayscale: #808080. Windows color (decimal): -5606821 or 5993130. OLE color: 5993130.

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

Color convert

RGB17011491-
CMYK00.330.460.33
HSL17.47º31.73%51.18%-
HSV(B)17.47º46.47%66.67%-
XYZ24.4821.3412.73-
YUV128.12107.05157.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=45.33%
G=30.4%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701149100.330.460.3317.4731.7351.18
HexAA725B0212E21112033
Octal2521621330415641214063
Binary1010101011100101011011010000110111010000110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA725B; }

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

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

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

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

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

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

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

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