#AC7761

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

Shades of Toast #AC7761

Tints of Toast #AC7761

Color information

#AC7761 (or 0xAC7761) is unknown color: approx Toast. HEX triplet: AC, 77 and 61. RGB value is (172,119,97). Sum of RGB (Red+Green+Blue) = 172+119+97=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7761 is #53889E. Grayscale: #848484. Windows color (decimal): -5474463 or 6387628. OLE color: 6387628.

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

Color convert

RGB17211997-
CMYK00.310.440.33
HSL17.6º31.12%52.75%-
HSV(B)17.6º43.6%67.45%-
XYZ25.7722.8314.36-
YUV132.34108.06156.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 97 (38.28% from 255) = 25%
R=44.33%
G=30.67%
B=25%

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
Decimal1721199700.310.440.3317.631.1252.75
HexAC776101F2C21121f35
Octal2541671410375441223765
Binary10101100111011111000010111111011001000011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7761; }

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

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

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

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

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

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

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

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