#AC755B

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

Shades of Toast #AC755B

Tints of Toast #AC755B

Color information

#AC755B (or 0xAC755B) is unknown color: approx Toast. HEX triplet: AC, 75 and 5B. RGB value is (172,117,91). Sum of RGB (Red+Green+Blue) = 172+117+91=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC755B is #538AA4. Grayscale: #828282. Windows color (decimal): -5474981 or 5993900. OLE color: 5993900.

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

Color convert

RGB17211791-
CMYK00.320.470.33
HSL19.26º32.79%51.57%-
HSV(B)19.26º47.09%67.45%-
XYZ25.2622.2512.86-
YUV130.48105.72157.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=45.26%
G=30.79%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721179100.320.470.3319.2632.7951.57
HexAC755B0202F21132134
Octal2541651330405741234164
Binary1010110011101011011011010000010111110000110011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC755B; }

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

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

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

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

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

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

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

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