#AA755E

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

Shades of Toast #AA755E

Tints of Toast #AA755E

Color information

#AA755E (or 0xAA755E) is unknown color: approx Toast. HEX triplet: AA, 75 and 5E. RGB value is (170,117,94). Sum of RGB (Red+Green+Blue) = 170+117+94=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA755E is #558AA1. Grayscale: #828282. Windows color (decimal): -5606050 or 6190506. OLE color: 6190506.

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

Color convert

RGB17011794-
CMYK00.310.450.33
HSL18.16º30.89%51.76%-
HSV(B)18.16º44.71%66.67%-
XYZ24.9622.0813.54-
YUV130.22107.56156.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=44.62%
G=30.71%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701179400.310.450.3318.1630.8951.76
HexAA755E01F2D21121f34
Octal2521651360375541223764
Binary10101010111010110111100111111011011000011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA755E; }

 p { color: rgb(170,117,94); }

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

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

 a { background-color: rgb(170,117,94); }

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

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

 span { border-color: rgb(170,117,94); }

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