#AC755A

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

Shades of Toast #AC755A

Tints of Toast #AC755A

Color information

#AC755A (or 0xAC755A) is unknown color: approx Toast. HEX triplet: AC, 75 and 5A. RGB value is (172,117,90). Sum of RGB (Red+Green+Blue) = 172+117+90=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC755A is #538AA5. Grayscale: #828282. Windows color (decimal): -5474982 or 5928364. OLE color: 5928364.

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

Color convert

RGB17211790-
CMYK00.320.480.33
HSL19.76º33.06%51.37%-
HSV(B)19.76º47.67%67.45%-
XYZ25.2222.2312.63-
YUV130.37105.22157.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=45.38%
G=30.87%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721179000.320.480.3319.7633.0651.37
HexAC755A0203021142133
Octal2541651320406041244163
Binary1010110011101011011010010000011000010000110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC755A; }

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

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

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

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

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

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

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

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