#AA7863

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

Shades of Toast #AA7863

Tints of Toast #AA7863

Color information

#AA7863 (or 0xAA7863) is unknown color: approx Toast. HEX triplet: AA, 78 and 63. RGB value is (170,120,99). Sum of RGB (Red+Green+Blue) = 170+120+99=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7863 is #55879C. Grayscale: #848484. Windows color (decimal): -5605277 or 6518954. OLE color: 6518954.

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

Color convert

RGB17012099-
CMYK00.290.420.33
HSL17.75º29.46%52.75%-
HSV(B)17.75º41.76%66.67%-
XYZ25.5522.8814.87-
YUV132.56109.06154.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 99 (39.06% from 255) = 25.45%
R=43.70%
G=30.85%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701209900.290.420.3317.7529.4652.75
HexAA786301D2A21121d35
Octal2521701430355241223565
Binary10101010111100011000110111011010101000011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7863; }

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

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

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

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

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

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

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

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