#AC734E

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

Shades of Sante Fe #AC734E

Tints of Sante Fe #AC734E

Color information

#AC734E (or 0xAC734E) is unknown color: approx Sante Fe. HEX triplet: AC, 73 and 4E. RGB value is (172,115,78). Sum of RGB (Red+Green+Blue) = 172+115+78=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC734E is #538CB1. Grayscale: #808080. Windows color (decimal): -5475506 or 5141420. OLE color: 5141420.

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

Color convert

RGB17211578-
CMYK00.330.550.33
HSL23.62º37.6%49.02%-
HSV(B)23.62º54.65%67.45%-
XYZ24.5221.5810.08-
YUV127.8299.88159.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=47.12%
G=31.51%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721157800.330.550.3323.6237.649.02
HexAC734E0213721182631
Octal2541631160416741304661
Binary1010110011100111001110010000111011110000111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC734E; }

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

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

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

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

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

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

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

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