#AC765B

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

Shades of Toast #AC765B

Tints of Toast #AC765B

Color information

#AC765B (or 0xAC765B) is unknown color: approx Toast. HEX triplet: AC, 76 and 5B. RGB value is (172,118,91). Sum of RGB (Red+Green+Blue) = 172+118+91=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765B is #5389A4. Grayscale: #838383. Windows color (decimal): -5474725 or 5994156. OLE color: 5994156.

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

Color convert

RGB17211891-
CMYK00.310.470.33
HSL20º32.79%51.57%-
HSV(B)20º47.09%67.45%-
XYZ25.3822.4812.9-
YUV131.07105.39157.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=45.14%
G=30.97%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721189100.310.470.332032.7951.57
HexAC765B01F2F21142134
Octal2541661330375741244164
Binary101011001110110101101101111110111110000110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC765B; }

 p { color: rgb(172,118,91); }

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

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

 a { background-color: rgb(172,118,91); }

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

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

 span { border-color: rgb(172,118,91); }

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