#AC765D

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

Shades of Toast #AC765D

Tints of Toast #AC765D

Color information

#AC765D (or 0xAC765D) is unknown color: approx Toast. HEX triplet: AC, 76 and 5D. RGB value is (172,118,93). Sum of RGB (Red+Green+Blue) = 172+118+93=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC765D is #5389A2. Grayscale: #838383. Windows color (decimal): -5474723 or 6125228. OLE color: 6125228.

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

Color convert

RGB17211893-
CMYK00.310.460.33
HSL18.99º32.24%51.96%-
HSV(B)18.99º45.93%67.45%-
XYZ25.4722.5213.36-
YUV131.3106.39157.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=44.91%
G=30.81%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721189300.310.460.3318.9932.2451.96
HexAC765D01F2E21132034
Octal2541661350375641234064
Binary101011001110110101110101111110111010000110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC765D; }

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

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

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

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

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

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

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

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