#AC744F

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

Shades of Sante Fe #AC744F

Tints of Sante Fe #AC744F

Color information

#AC744F (or 0xAC744F) is unknown color: approx Sante Fe. HEX triplet: AC, 74 and 4F. RGB value is (172,116,79). Sum of RGB (Red+Green+Blue) = 172+116+79=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC744F is #538BB0. Grayscale: #808080. Windows color (decimal): -5475249 or 5207212. OLE color: 5207212.

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

Color convert

RGB17211679-
CMYK00.330.540.33
HSL23.87º37.05%49.22%-
HSV(B)23.87º54.07%67.45%-
XYZ24.6721.8310.31-
YUV128.53100.05159.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=46.87%
G=31.61%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721167900.330.540.3323.8737.0549.22
HexAC744F0213621182531
Octal2541641170416641304561
Binary1010110011101001001111010000111011010000111000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC744F; }

 p { color: rgb(172,116,79); }

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

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

 a { background-color: rgb(172,116,79); }

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

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

 span { border-color: rgb(172,116,79); }

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