#AA755F

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

Shades of Toast #AA755F

Tints of Toast #AA755F

Color information

#AA755F (or 0xAA755F) is unknown color: approx Toast. HEX triplet: AA, 75 and 5F. RGB value is (170,117,95). Sum of RGB (Red+Green+Blue) = 170+117+95=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA755F is #558AA0. Grayscale: #828282. Windows color (decimal): -5606049 or 6256042. OLE color: 6256042.

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

Color convert

RGB17011795-
CMYK00.310.440.33
HSL17.6º30.61%51.96%-
HSV(B)17.6º44.12%66.67%-
XYZ2522.0913.77-
YUV130.34108.06156.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=44.50%
G=30.63%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701179500.310.440.3317.630.6151.96
HexAA755F01F2C21121f34
Octal2521651370375441223764
Binary10101010111010110111110111111011001000011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA755F; }

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

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

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

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

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

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

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

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