#AA7261

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

Shades of Toast #AA7261

Tints of Toast #AA7261

Color information

#AA7261 (or 0xAA7261) is unknown color: approx Toast. HEX triplet: AA, 72 and 61. RGB value is (170,114,97). Sum of RGB (Red+Green+Blue) = 170+114+97=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7261 is #558D9E. Grayscale: #808080. Windows color (decimal): -5606815 or 6386346. OLE color: 6386346.

HSL color Cylindrical-coordinate representation of color #AA7261: hue angle of 13.97º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7261 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17011497-
CMYK00.330.430.33
HSL13.97º30.04%52.35%-
HSV(B)13.97º42.94%66.67%-
XYZ24.7521.4414.14-
YUV128.81110.05157.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=44.62%
G=29.92%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701149700.330.430.3313.9730.0452.35
HexAA72610212B21e1e34
Octal2521621410415341163664
Binary10101010111001011000010100001101011100001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7261; }

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

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

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

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

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

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

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

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