#AA725C

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

Shades of Toast #AA725C

Tints of Toast #AA725C

Color information

#AA725C (or 0xAA725C) is unknown color: approx Toast. HEX triplet: AA, 72 and 5C. RGB value is (170,114,92). Sum of RGB (Red+Green+Blue) = 170+114+92=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA725C is #558DA3. Grayscale: #808080. Windows color (decimal): -5606820 or 6058666. OLE color: 6058666.

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

Color convert

RGB17011492-
CMYK00.330.460.33
HSL16.92º31.45%51.37%-
HSV(B)16.92º45.88%66.67%-
XYZ24.5321.3512.95-
YUV128.24107.55157.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=45.21%
G=30.32%
B=24.47%

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
Decimal1701149200.330.460.3316.9231.4551.37
HexAA725C0212E21111f33
Octal2521621340415641213763
Binary101010101110010101110001000011011101000011000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA725C; }

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

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

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

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

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

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

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

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