#AA7761

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

Shades of Toast #AA7761

Tints of Toast #AA7761

Color information

#AA7761 (or 0xAA7761) is unknown color: approx Toast. HEX triplet: AA, 77 and 61. RGB value is (170,119,97). Sum of RGB (Red+Green+Blue) = 170+119+97=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7761 is #55889E. Grayscale: #838383. Windows color (decimal): -5605535 or 6387626. OLE color: 6387626.

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

Color convert

RGB17011997-
CMYK00.30.430.33
HSL18.08º30.04%52.35%-
HSV(B)18.08º42.94%66.67%-
XYZ25.3322.614.34-
YUV131.74108.4155.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=44.04%
G=30.83%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701199700.30.430.3318.0830.0452.35
HexAA776101E2B21121e34
Octal2521671410365341223664
Binary10101010111011111000010111101010111000011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7761; }

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

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

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

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

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

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

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

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