#AA725E

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

Shades of Toast #AA725E

Tints of Toast #AA725E

Color information

#AA725E (or 0xAA725E) is unknown color: approx Toast. HEX triplet: AA, 72 and 5E. RGB value is (170,114,94). Sum of RGB (Red+Green+Blue) = 170+114+94=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA725E is #558DA1. Grayscale: #808080. Windows color (decimal): -5606818 or 6189738. OLE color: 6189738.

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

Color convert

RGB17011494-
CMYK00.330.450.33
HSL15.79º30.89%51.76%-
HSV(B)15.79º44.71%66.67%-
XYZ24.6221.3913.42-
YUV128.46108.55157.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=44.97%
G=30.16%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701149400.330.450.3315.7930.8951.76
HexAA725E0212D21101f34
Octal2521621360415541203764
Binary101010101110010101111001000011011011000011000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA725E; }

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

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

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

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

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

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

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

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