#AC725D

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

Shades of Toast #AC725D

Tints of Toast #AC725D

Color information

#AC725D (or 0xAC725D) is unknown color: approx Toast. HEX triplet: AC, 72 and 5D. RGB value is (172,114,93). Sum of RGB (Red+Green+Blue) = 172+114+93=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC725D is #538DA2. Grayscale: #818181. Windows color (decimal): -5475747 or 6124204. OLE color: 6124204.

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

Color convert

RGB17211493-
CMYK00.340.460.33
HSL15.95º32.24%51.96%-
HSV(B)15.95º45.93%67.45%-
XYZ25.0121.613.21-
YUV128.95107.72158.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=45.38%
G=30.08%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721149300.340.460.3315.9532.2451.96
HexAC725D0222E21102034
Octal2541621350425641204064
Binary1010110011100101011101010001010111010000110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC725D; }

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

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

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

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

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

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

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

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