#AA735B

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

Shades of Toast #AA735B

Tints of Toast #AA735B

Color information

#AA735B (or 0xAA735B) is unknown color: approx Toast. HEX triplet: AA, 73 and 5B. RGB value is (170,115,91). Sum of RGB (Red+Green+Blue) = 170+115+91=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA735B is #558CA4. Grayscale: #808080. Windows color (decimal): -5606565 or 5993386. OLE color: 5993386.

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

Color convert

RGB17011591-
CMYK00.320.460.33
HSL18.23º31.73%51.18%-
HSV(B)18.23º46.47%66.67%-
XYZ24.621.5612.76-
YUV128.71106.72157.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=45.21%
G=30.59%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701159100.320.460.3318.2331.7351.18
HexAA735B0202E21122033
Octal2521631330405641224063
Binary1010101011100111011011010000010111010000110010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA735B; }

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

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

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

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

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

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

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

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