#AA7563

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

Shades of Toast #AA7563

Tints of Toast #AA7563

Color information

#AA7563 (or 0xAA7563) is unknown color: approx Toast. HEX triplet: AA, 75 and 63. RGB value is (170,117,99). Sum of RGB (Red+Green+Blue) = 170+117+99=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7563 is #558A9C. Grayscale: #828282. Windows color (decimal): -5606045 or 6518186. OLE color: 6518186.

HSL color Cylindrical-coordinate representation of color #AA7563: hue angle of 15.21º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7563 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17011799-
CMYK00.310.420.33
HSL15.21º29.46%52.75%-
HSV(B)15.21º41.76%66.67%-
XYZ25.1922.1714.76-
YUV130.79110.06155.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=44.04%
G=30.31%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701179900.310.420.3315.2129.4652.75
HexAA756301F2A21f1d35
Octal2521651430375241173565
Binary1010101011101011100011011111101010100001111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7563; }

 p { color: rgb(170,117,99); }

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

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

 a { background-color: rgb(170,117,99); }

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

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

 span { border-color: rgb(170,117,99); }

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