#AC7765

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

Shades of Toast #AC7765

Tints of Toast #AC7765

Color information

#AC7765 (or 0xAC7765) is unknown color: approx Toast. HEX triplet: AC, 77 and 65. RGB value is (172,119,101). Sum of RGB (Red+Green+Blue) = 172+119+101=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7765 is #53889A. Grayscale: #848484. Windows color (decimal): -5474459 or 6649772. OLE color: 6649772.

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

Color convert

RGB172119101-
CMYK00.310.410.33
HSL15.21º29.96%53.53%-
HSV(B)15.21º41.28%67.45%-
XYZ25.9622.915.36-
YUV132.79110.06155.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=43.88%
G=30.36%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211910100.310.410.3315.2129.9653.53
HexAC776501F2921f1e36
Octal2541671450375141173666
Binary1010110011101111100101011111101001100001111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7765; }

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

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

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

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

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

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

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

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