#aa735f

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

Shades of Toast #AA735F

Tints of Toast #AA735F

Color information

#AA735F (or 0xAA735F) is unknown color: approx Toast. HEX triplet: AA, 73 and 5F. RGB value is (170,115,95). Sum of RGB (Red+Green+Blue) = 170+115+95=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA735F is #558CA0. Grayscale: #818181. Windows color (decimal): -5606561 or 6255530. OLE color: 6255530.

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

Color convert

RGB17011595-
CMYK00.320.440.33
HSL16º30.61%51.96%-
HSV(B)16º44.12%66.67%-
XYZ24.7721.6313.7-
YUV129.16108.72157.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 95 (37.5% from 255) = 25%
R=44.74%
G=30.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701159500.320.440.331630.6151.96
HexAA735F0202C21101f34
Octal2521631370405441203764
Binary101010101110011101111101000001011001000011000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa735f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa735f; }

 p { color: rgb(170,115,95); }

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

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

 a { background-color: rgb(170,115,95); }

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

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

 span { border-color: rgb(170,115,95); }

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