#AA7561

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

Shades of Toast #AA7561

Tints of Toast #AA7561

Color information

#AA7561 (or 0xAA7561) is unknown color: approx Toast. HEX triplet: AA, 75 and 61. RGB value is (170,117,97). Sum of RGB (Red+Green+Blue) = 170+117+97=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7561 is #558A9E. Grayscale: #828282. Windows color (decimal): -5606047 or 6387114. OLE color: 6387114.

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

Color convert

RGB17011797-
CMYK00.310.430.33
HSL16.44º30.04%52.35%-
HSV(B)16.44º42.94%66.67%-
XYZ25.122.1314.26-
YUV130.57109.06156.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=44.27%
G=30.47%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701179700.310.430.3316.4430.0452.35
HexAA756101F2B21101e34
Octal2521651410375341203664
Binary10101010111010111000010111111010111000011000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7561; }

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

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

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

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

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

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

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

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