#AA755C

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

Shades of Toast #AA755C

Tints of Toast #AA755C

Color information

#AA755C (or 0xAA755C) is unknown color: approx Toast. HEX triplet: AA, 75 and 5C. RGB value is (170,117,92). Sum of RGB (Red+Green+Blue) = 170+117+92=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA755C is #558AA3. Grayscale: #828282. Windows color (decimal): -5606052 or 6059434. OLE color: 6059434.

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

Color convert

RGB17011792-
CMYK00.310.460.33
HSL19.23º31.45%51.37%-
HSV(B)19.23º45.88%66.67%-
XYZ24.8722.0413.07-
YUV130106.56156.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=44.85%
G=30.87%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701179200.310.460.3319.2331.4551.37
HexAA755C01F2E21131f33
Octal2521651340375641233763
Binary10101010111010110111000111111011101000011001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA755C; }

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

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

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

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

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

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

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

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