#AC735D

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

Shades of Toast #AC735D

Tints of Toast #AC735D

Color information

#AC735D (or 0xAC735D) is unknown color: approx Toast. HEX triplet: AC, 73 and 5D. RGB value is (172,115,93). Sum of RGB (Red+Green+Blue) = 172+115+93=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC735D is #538CA2. Grayscale: #818181. Windows color (decimal): -5475491 or 6124460. OLE color: 6124460.

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

Color convert

RGB17211593-
CMYK00.330.460.33
HSL16.71º32.24%51.96%-
HSV(B)16.71º45.93%67.45%-
XYZ25.1221.8213.24-
YUV129.54107.38158.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=45.26%
G=30.26%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721159300.330.460.3316.7132.2451.96
HexAC735D0212E21112034
Octal2541631350415641214064
Binary1010110011100111011101010000110111010000110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC735D; }

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

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

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

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

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

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

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

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