#AA735D

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

Shades of Toast #AA735D

Tints of Toast #AA735D

Color information

#AA735D (or 0xAA735D) is unknown color: approx Toast. HEX triplet: AA, 73 and 5D. RGB value is (170,115,93). Sum of RGB (Red+Green+Blue) = 170+115+93=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA735D is #558CA2. Grayscale: #818181. Windows color (decimal): -5606563 or 6124458. OLE color: 6124458.

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

Color convert

RGB17011593-
CMYK00.320.450.33
HSL17.14º31.17%51.57%-
HSV(B)17.14º45.29%66.67%-
XYZ24.6821.613.22-
YUV128.94107.72157.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=44.97%
G=30.42%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701159300.320.450.3317.1431.1751.57
HexAA735D0202D21111f34
Octal2521631350405541213764
Binary101010101110011101110101000001011011000011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA735D; }

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

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

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

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

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

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

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

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