#AC7260

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

Shades of Toast #AC7260

Tints of Toast #AC7260

Color information

#AC7260 (or 0xAC7260) is unknown color: approx Toast. HEX triplet: AC, 72 and 60. RGB value is (172,114,96). Sum of RGB (Red+Green+Blue) = 172+114+96=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7260 is #538D9F. Grayscale: #818181. Windows color (decimal): -5475744 or 6320812. OLE color: 6320812.

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

Color convert

RGB17211496-
CMYK00.340.440.33
HSL14.21º31.4%52.55%-
HSV(B)14.21º44.19%67.45%-
XYZ25.1421.6513.92-
YUV129.29109.22158.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 114 (44.92% from 255) = 29.84%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=45.03%
G=29.84%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721149600.340.440.3314.2131.452.55
HexAC72600222C21e1f35
Octal2541621400425441163765
Binary10101100111001011000000100010101100100001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7260; }

 p { color: rgb(172,114,96); }

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

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

 a { background-color: rgb(172,114,96); }

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

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

 span { border-color: rgb(172,114,96); }

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