#AC7360

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

Shades of Toast #AC7360

Tints of Toast #AC7360

Color information

#AC7360 (or 0xAC7360) is unknown color: approx Toast. HEX triplet: AC, 73 and 60. RGB value is (172,115,96). Sum of RGB (Red+Green+Blue) = 172+115+96=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7360 is #538C9F. Grayscale: #828282. Windows color (decimal): -5475488 or 6321068. OLE color: 6321068.

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

Color convert

RGB17211596-
CMYK00.330.440.33
HSL15º31.4%52.55%-
HSV(B)15º44.19%67.45%-
XYZ25.2621.8813.96-
YUV129.88108.88158.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=44.91%
G=30.03%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721159600.330.440.331531.452.55
HexAC73600212C21f1f35
Octal2541631400415441173765
Binary10101100111001111000000100001101100100001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7360; }

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

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

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

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

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

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

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

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