#AA7463

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

Shades of Toast #AA7463

Tints of Toast #AA7463

Color information

#AA7463 (or 0xAA7463) is unknown color: approx Toast. HEX triplet: AA, 74 and 63. RGB value is (170,116,99). Sum of RGB (Red+Green+Blue) = 170+116+99=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7463 is #558B9C. Grayscale: #828282. Windows color (decimal): -5606301 or 6517930. OLE color: 6517930.

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

Color convert

RGB17011699-
CMYK00.320.420.33
HSL14.37º29.46%52.75%-
HSV(B)14.37º41.76%66.67%-
XYZ25.0821.9414.72-
YUV130.21110.39156.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 99 (39.06% from 255) = 25.71%
R=44.16%
G=30.13%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701169900.320.420.3314.3729.4652.75
HexAA74630202A21e1d35
Octal2521641430405241163565
Binary10101010111010011000110100000101010100001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7463; }

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

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

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

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

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

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

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

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