#AC7760

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

Shades of Toast #AC7760

Tints of Toast #AC7760

Color information

#AC7760 (or 0xAC7760) is unknown color: approx Toast. HEX triplet: AC, 77 and 60. RGB value is (172,119,96). Sum of RGB (Red+Green+Blue) = 172+119+96=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7760 is #53889F. Grayscale: #848484. Windows color (decimal): -5474464 or 6322092. OLE color: 6322092.

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

Color convert

RGB17211996-
CMYK00.310.440.33
HSL18.16º31.4%52.55%-
HSV(B)18.16º44.19%67.45%-
XYZ25.7222.8114.11-
YUV132.22107.56156.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=44.44%
G=30.75%
B=24.81%

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
Decimal1721199600.310.440.3318.1631.452.55
HexAC776001F2C21121f35
Octal2541671400375441223765
Binary10101100111011111000000111111011001000011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7760; }

 p { color: rgb(172,119,96); }

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

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

 a { background-color: rgb(172,119,96); }

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

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

 span { border-color: rgb(172,119,96); }

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